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.
31
PHP / Re: Problem switching to PHP 5.4.45
« on: February 17, 2017, 04:54:47 PM »
@ erntesky,
Hiya, did you find out how to add the IonCube Loader in any of the php versions with php selector, when adding it manual in the php ini file I get an 500 error...
Without adding in the 5.6 php.ini file I get this:
ionCube Loader
Status: Run-time loading should be possible on your system but no suitable Loader was found.
Instructions: The Loader for Linux (PHP 5.6) is required.
After compiling add:
echo "zend_extension = /usr/local/sourceguardian/ixed.5.6.lin" >> /opt/alt/php56/usr/php/php.ini
echo "zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so" >> /opt/alt/php56/usr/php/php.ini
500
Hiya, did you find out how to add the IonCube Loader in any of the php versions with php selector, when adding it manual in the php ini file I get an 500 error...
Without adding in the 5.6 php.ini file I get this:
ionCube Loader
Status: Run-time loading should be possible on your system but no suitable Loader was found.
Instructions: The Loader for Linux (PHP 5.6) is required.
After compiling add:
echo "zend_extension = /usr/local/sourceguardian/ixed.5.6.lin" >> /opt/alt/php56/usr/php/php.ini
echo "zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so" >> /opt/alt/php56/usr/php/php.ini
500
32
SSL / Re: i installed letsencrypt without www now with www browser says bad certificate
« on: February 17, 2017, 01:44:55 PM »
@ahmed, can you give more step by step details I just can't find what you try to explain, sorry.
33
PHP / When using PHP Version Switcher all modified settings are lost, how to keep?
« on: February 17, 2017, 11:21:06 AM »
Hi,
I spend some good time to get my php settings to my requirements.
After using the PHP Version Switcher to use a different php version I noticed all my settings are back to 'default',
Even the settings in the: Simple PHP.ini editor are 'reset' to default...
Is there a setting or trick to recompile but keep my modified settings or extend the Simple PHP.ini editor and make sure this one is not reset?
Thanks.
I spend some good time to get my php settings to my requirements.
After using the PHP Version Switcher to use a different php version I noticed all my settings are back to 'default',

Even the settings in the: Simple PHP.ini editor are 'reset' to default...
Is there a setting or trick to recompile but keep my modified settings or extend the Simple PHP.ini editor and make sure this one is not reset?
Thanks.
34
PHP / Re: PHP INTL
« on: February 17, 2017, 11:14:26 AM »
Hi,
Go to the php version switcher, select same php [or newer] then scroll down in the list under: Additional configuration (only for advanced users):
and add --enable-intl on the bottom of the list, tick the option for php imap if you use it and start the compile process in the back ground.
Note: any php settings you made will be lost, so make a note of what you changed [ like post_max_size... ] I have not yet found a way to keep those settins when recompiling, unlike cPanel.
More options are for example:
--enable-intl
--enable-wddx
--with-pspell
--with-tidy
Go to the php version switcher, select same php [or newer] then scroll down in the list under: Additional configuration (only for advanced users):
and add --enable-intl on the bottom of the list, tick the option for php imap if you use it and start the compile process in the back ground.
Note: any php settings you made will be lost, so make a note of what you changed [ like post_max_size... ] I have not yet found a way to keep those settins when recompiling, unlike cPanel.
More options are for example:
--enable-intl
--enable-wddx
--with-pspell
--with-tidy
35
SSL / Re: i installed letsencrypt without www now with www browser says bad certificate
« on: February 14, 2017, 03:59:57 PM »
Thanks,
For anyone coming here, the easiest way is to remove the entries and the files/folders.
Remove codeblock for domain [vhost....:
/usr/local/cwp/.conf/letsencrypt.conf
Remove the row with the domain in:
/usr/local/apache/conf.d/vhosts-ssl-letsencrypt.conf
Remove folders:
/home/user/public_html/.well-known
/etc/letsencrypt/archive/domain
/etc/letsencrypt/live/domain
/etc/letsencrypt/renewal/domain
Don't restart Apache, go straight back in Letsencrypt and issue again, this time tick the box WWW :-)
check for proper working
For anyone coming here, the easiest way is to remove the entries and the files/folders.
Remove codeblock for domain [vhost....:
/usr/local/cwp/.conf/letsencrypt.conf
Remove the row with the domain in:
/usr/local/apache/conf.d/vhosts-ssl-letsencrypt.conf
Remove folders:
/home/user/public_html/.well-known
/etc/letsencrypt/archive/domain
/etc/letsencrypt/live/domain
/etc/letsencrypt/renewal/domain
Don't restart Apache, go straight back in Letsencrypt and issue again, this time tick the box WWW :-)
check for proper working
36
SSL / Re: i installed letsencrypt without www now with www browser says bad certificate
« on: February 14, 2017, 02:11:32 PM »
I had same, forgot also to tick the www, but I can't find out hw to delete the ssl to generate again with the www. can any one give some directions in how to do this? Thanks.
37
Installation / Re: Since I upgraded to CWP Pro
« on: January 12, 2017, 09:42:11 AM »
Hi,
I don't use the paid version, but just wonder if you have IPSET enabled on your server?
check the log files to see if there is any typo error when you modified the firewall config....
I don't use the paid version, but just wonder if you have IPSET enabled on your server?
check the log files to see if there is any typo error when you modified the firewall config....
38
Installation / Re: Installiation failed on centos 6
« on: January 12, 2017, 09:33:21 AM »
Hi, you would need to provide a whole lot of more information, no one is able to help without that!
39
CentOS-WebPanel Bugs / Re: Mail explorer - error / warning
« on: November 15, 2016, 04:52:05 PM »
I submitted it months ago, it is yet not solved in any update... perhaps next year?
40
CentOS-WebPanel Bugs / Re: Mail explorer - error / warning
« on: November 11, 2016, 10:00:38 AM »
in CWP, go in left menu, EMAIL, then MAIL Explorer... click on any email account.
41
CentOS-WebPanel Bugs / SOLVED Re: mail not sending - permission denied
« on: November 09, 2016, 12:32:06 PM »
Sorted:
touch /var/log/dovecot.log
touch /var/log/dovecot-info.log
touch /var/log/dovecot-debug.log
chown vmail.mail /var/log/dovecot*
service dovecot restart
touch /var/log/dovecot.log
touch /var/log/dovecot-info.log
touch /var/log/dovecot-debug.log
chown vmail.mail /var/log/dovecot*
service dovecot restart
42
CentOS-WebPanel Bugs / Re: Mail explorer - error / warning
« on: November 09, 2016, 11:44:47 AM »
Yeah, Open Source means you share the code, but they obviously don't want to have that to happen, no good if you ask.
43
CentOS-WebPanel Bugs / Re: Postfix Mail queue - Remove this email will delete all emails.
« on: November 09, 2016, 11:43:24 AM »
Gosh, seems I am the only one, or everyone gave up to report bugs as they are not fixed...
44
CentOS-WebPanel Bugs / SOLVED: mail not sending - permission denied
« on: November 09, 2016, 11:41:32 AM »
Hi,
I can receive email, but they keep stuck in the queue with the following error:
(temporary failure. Command output: Can't open log file /var/log/dovecot-info.log: Permission denied
-rw------- 1 vmail mail 10118 Nov 9 09:49 dovecot.log
How to fix this, and why does it happen?
Thanks
I can receive email, but they keep stuck in the queue with the following error:
(temporary failure. Command output: Can't open log file /var/log/dovecot-info.log: Permission denied
-rw------- 1 vmail mail 10118 Nov 9 09:49 dovecot.log
How to fix this, and why does it happen?
Thanks
45
CentOS-WebPanel Bugs / Re: Zone Editor don't edit file
« on: September 22, 2016, 12:55:21 PM »
Same problem here: I don't know how others do it, but for me I can't get a decent zonefile going, no SPF, DKIM, DMARC or any other txt record works.
This is such an important part of hosting, I can't afford to struggle and lose so much time with something that should always work and is robust!
no replies either from support, so it seems this forum for bugs is just a way to get rid of frustrations......
No fixes, only thing what I notice over the last weeks was a logo, omg i really don't care about a logo, i need something reliable!!!
This is such an important part of hosting, I can't afford to struggle and lose so much time with something that should always work and is robust!
no replies either from support, so it seems this forum for bugs is just a way to get rid of frustrations......
No fixes, only thing what I notice over the last weeks was a logo, omg i really don't care about a logo, i need something reliable!!!