Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Gogo

Pages: [1]
1
CentOS-WebPanel Bugs / Cannot edit users
« on: August 04, 2019, 10:59:32 AM »
As title says I'm not able to modify existing users.
What ever I click in the "user edit popup" nothing has been change except every single time no matter if it's checked or not Backup is turning on.

2
PHP Selector / php_selector3 Error
« on: December 01, 2018, 03:09:09 PM »
I can't install PHP 7.0/7.1/7.2 via php_selector3. Older versions <5 are installed and they are working fine.

Code: [Select]
...
Saving to: 'apcu-5.1.12.tgz'

     0K .......... .......... .......... .......... .......... 48%  300K 0s
    50K .......... .......... .......... .......... .......... 96%  607K 0s
   100K ...                                                   100% 6501G=0.2s

2018-12-01 15:57:28 (415 KB/s) - 'apcu-5.1.12.tgz' saved [105890/105890]

/usr/local/cwpsrv/htdocs/resources/conf/php-fpm_selector/external_modules/7.2/apcu.sh: line 8: /opt/alt/php-fpm72/usr/bin/phpize: No such file or directory
/usr/local/cwpsrv/htdocs/resources/conf/php-fpm_selector/external_modules/7.2/apcu.sh: line 9: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.

/usr/local/cwpsrv/htdocs/resources/conf/php-fpm_selector/external_modules/7.2/apcu.sh: line 13: /opt/alt/php-fpm72/usr/bin/php-config: No such file or directory
ERROR: Missing extension file /apcu.so

3
PHP / phpseclib - Connection timed out
« on: October 08, 2018, 12:16:22 PM »
Did anyone tried phpseclib on CWP based server?

I can't connect to remote servers using phpseclib, but connection to local host works fine.
Tested with few remote servers using different OS.

There must be something related to the CWP because non-cwp servers can connect to remote servers.

Im using PHP7.2 and phpseclib 2.0.

4
CentOS-WebPanel Bugs / phpini_editor - timezone post filtering
« on: June 19, 2018, 09:18:11 AM »
phpini_editor can't save timezones with slash, eg. date.timezone = Europe/Zagreb

No errors returned.
Looks like there is if statement that shouldn't be there or it's wrongly coded post filter, because adding backslash in front of slash eg. Europe\/Zagreb will be saved correctly as Europe/Zagreb

5
PHP / HHVM on CentOS7 ?
« on: February 06, 2018, 09:35:33 PM »
Has anyone tried to install HHVM on CentOS 7 (cwp or non-cwp server)?

6
Suggestions / Custom package values per user
« on: November 04, 2017, 01:51:54 PM »
Please implement custom package values per user same as CPanel has.
It would be nice to update just one user rather than whole package on any changes that have to be made for a specific user.

Example:
If user has custom value > 0 for storage quota then storage amount from package itself should be ignored.
That includes parked domains, subdomains, email and ftp accounts, etc.

Same thing as CPanel has. It's not that difficult to add few if statements.

7
Installation / 502
« on: February 09, 2017, 07:50:42 PM »
Error 502 on cwp url, doesn't work even after server restart.

All other pages works except CWP.

8
PHP / libsodium
« on: October 30, 2015, 06:45:11 PM »
Does anyone knows how to install php libsodium-dev on Centos (CWP) ? I tried a few different ways, but unsuccessfully.

9
Suggestions / Simple button design suggestion
« on: October 24, 2015, 01:38:21 PM »
Replace those start, restart and stop spans/buttons with font icons instead of using real images, isn't much, but changes like that can improve page loading speed, and it will look much nicer with 3D button effect.



Replace the existing code with this:
Code: [Select]
<a class="btn btn-success btn-xs" href="#" ><span class="icon8 brocco-icon-play white"></span> Start</a>&nbsp;
<a class="btn btn-danger btn-xs" href="#" ><span class="icon8 brocco-icon-stop white"></span> Stop</a>&nbsp;
<a class="btn btn-warning btn-xs" href="#" ><span class="icon8 brocco-icon-refresh white"></span> Restart</a>

If you prefer black colored icons, then just replace span white to black, it will change icon color to black.

10
Apache / 500 Internal Server Error
« on: March 02, 2015, 10:55:41 AM »
After installing Softaculous script installer i got 500 error on scripts like phpmyadmin and roundcube.

User fix permissions system doesnt work anymore. I must manually open users path and chown files to cwp user through ssh.

Any fix for it or something?



11
DNS Manager / Cinfu.com - "...not a valid Nameserver"
« on: January 29, 2014, 07:10:09 PM »
Code: [Select]
{ns2=NameServer ns2.centos-webpanel.com is not a valid Nameserver, ns1=NameServer ns1.centos-webpanel.com is not a valid Nameserver}

12
Installation / 0.3 wont turn on
« on: December 15, 2013, 02:56:14 PM »
After installing version 0.3 (over 0.2), the server does not want to turn on.

Pages: [1]