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.


Messages - Gogo

Pages: 1 [2] 3 4 ... 8
16
PHP / Re: Imap not activated on Php 7.2.13
« on: December 27, 2018, 02:28:17 PM »
Rebuild that php version via php selectors, be sure you checked imap on the [Options List] for that version before rebuilding it.

17
PHP / Re: How to Load PHP extensions Imagick & Exif for Rouncube Webmail
« on: December 27, 2018, 02:26:06 PM »
Running directly php -m from the console won't run same php as the website does, these are completely different phps.

Inside the client web interface under the left side menu check what php version is set by default.
Then go to admin web interface and via the php selectors rebuild that version (be sure needed modules are checked on the [Options List] of the the version you need to rebuild.

18
 Any fix for this problem? Rebuild script doesn't work.

19
Addons / Re: Where is the Teamspeak Modul?
« on: December 17, 2018, 03:51:35 PM »
You can add it like this https://github.com/gogo1207/cwp/blob/master/admin/include/services-status-extra-block.3rdpary.php
Just paste that code at the same file 3rdparty.php as you did above, but place this at the end of the file.
This won't work as cwp's buttons, but at this way you have start/stop on the home page.

21
Addons / Re: Where is the Teamspeak Modul?
« on: December 17, 2018, 12:50:03 PM »
Find file /usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php
If there is no file named 3rdparty.php then create it.
Open it and paste this code in it.
Code: [Select]
<li><a href="./index.php?module=ts3_manager"><span class="icon16 icomoon-icon-arrow-right-3"></span>TS3 Manager</a></li>
After that you'll se new button in menu > Developer Menu

!!! But be aware that CWP devs can at any time delete that ts3_manager file, and you won't be able to use it anymore.


For my custom ts3 manager, I'll do my best, since I have no time that much to work on it, it will take some time, maybe a week maybe a month or even more.
And about your question about auto updater, I don't think that's a good idea. First because of terms of service/usage by Teamspeak it self, and second, autoupdate, something can go wrong at any time and you can lost your ts3 settings including groups and permissions, etc.

22
Addons / Re: Where is the Teamspeak Modul?
« on: December 16, 2018, 10:52:49 PM »
Just open
Code: [Select]
yourdomain.tld/...../index.php?module=ts3_managerI have my new unfinished ts3 cwp plugin, seems it's time to finish it and release it.

23
CentOS-WebPanel Bugs / Re: I do not want to install PHP-FPM !
« on: December 15, 2018, 12:39:16 PM »
You don't need php-fpm, but you have to rebuild web servers (apache, nginx, varnish....), then you can skip it.

24
PHP Selector / Re: php_selector3 Error
« on: December 15, 2018, 12:32:42 PM »
v7.3    added to the selector but still no fix for the problem above.

25
PHP / Re: Install ImageMagick or GD ?
« on: December 05, 2018, 04:43:44 AM »
Right and you ask for money in the spirit of open source.

Where did you saw CWP is open source?

26
PHP Selector / Re: php_selector3 Error
« on: December 05, 2018, 04:22:15 AM »
@GTMAN That problem have to be fixed inside CWP itself and not by server modifications such as changing swap etc.
Obviously there is some memory leak while process is running.

27
PHP Selector / Re: php_selector3 Error
« on: December 01, 2018, 09:08:11 PM »
It's same with one and multiple versions at once.

28
Updates / Re: ERROR: Missing extension file /apcu.so
« on: December 01, 2018, 03:13:48 PM »
Same problem here.
There must be another way to fix that problem. Server modifications should not be solution to fix CWP's error.

29
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

30
FTP / Re: can not login FTP
« on: November 13, 2018, 12:28:25 PM »
That's the problem with FTP server itself, that has nothing to do with FileZila (even some different versions eg. older one will work fine, but changing FileZila is not fix for poor/incorrect FTP server configuration).

I fixed it on my server, but I can't remember what problem was cause it was a long time ago.

Pages: 1 [2] 3 4 ... 8