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.
16
DNS Manager / Re: DNS manager is broken
« on: November 30, 2023, 02:59:50 AM »
Ioncube v9 allowed PHP 5, and PHP7.0. Ioncube 10 allowed PHP7.1-PHP7.3
The problem with Ioncube, is that they want an additional $250 every PHP version now. EX: I have version 12 that allows PHP 5.6-8.0. But they now are on Version 13 for PHP 8.1-8.3.
The problem with Ioncube, is that they want an additional $250 every PHP version now. EX: I have version 12 that allows PHP 5.6-8.0. But they now are on Version 13 for PHP 8.1-8.3.
17
DNS Manager / Re: DNS manager is broken
« on: November 29, 2023, 10:43:44 PM »
Anything currently synced on the servers will continue to work. However, new accounts will not be created automatically. I can attest that I am running the version on the website, and the license is not expired. Just make sure your using PHP7.0 or older, as they did not encode this one with a new version of ioncube.
18
CentOS-WebPanel GUI / Re: Change List Accounts "Open Panel" link to hostname instead IP address
« on: November 29, 2023, 12:20:41 AM »
It seems that the people having an IP issue, are the ones using Cloudflare as a proxy. You have SSL through Cloudflare, but the end server does not know this. If it doesn't have an SSL certificate installed for the hostname on the server, CWP will not change it from IP to hostname.
19
DNS Manager / Re: DNS manager is broken
« on: November 29, 2023, 12:10:09 AM »
Download http://dl1.centos-webpanel.com/files/cwp/addons/cwp-slave_dns.zip
Unzip it, and replace the files. The new download has an updated license.
Be sure to backup inc/db_conn.php before updating.
Unzip it, and replace the files. The new download has an updated license.
Be sure to backup inc/db_conn.php before updating.
20
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: November 28, 2023, 05:17:11 PM »
I'm going to go out on a limb, and say that 8.3 currently is just a placeholder. As nothing happens in the background to build anything, and the module config returns to the main screen.
21
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: November 28, 2023, 05:07:09 PM »
Default settings, or customized modules?
22
MySQL / Re: An issue with Exporting DB
« on: November 20, 2023, 03:27:21 AM »
Are you able to connect to mysql via the user/password?
If yes, add " --single-transaction " to mysqldump, as the user doesn't have lock table privileges
If yes, add " --single-transaction " to mysqldump, as the user doesn't have lock table privileges
23
Other / Re: MSSQL Server Problem
« on: August 23, 2022, 05:12:54 AM »
$serverName = "192.168.1.202, 1433";
or
$serverName = "MSSQLSERVER, 1433";
Not Both
or
$serverName = "MSSQLSERVER, 1433";
Not Both
24
Updates / Re: PHP not working after upgrade on 0.9.8.1143
« on: August 23, 2022, 02:45:44 AM »
Signal 11 an be our of Memory issues, or dependency issues. If FPM is working for some sites but not others, make sure all version of FPM are started and running. The sites showing upstream issues, could be using a different version of FPM.
Check /usr/local/apache/domlogs for site specific errors.
Check /usr/local/apache/domlogs for site specific errors.
25
Updates / Re: PHP not working after upgrade on 0.9.8.1143
« on: August 22, 2022, 05:27:16 AM »
The upgrade of CWP has nothing to do with the client side PHP. The fact that your recompiled PHP is why your sites are crashed.
from shell, type
tail -n 100 /var/log/php-rebuild.log
it should point you in the direction of the error that occurred while compiling php. Most likely there was a module you check that is not compatible.
If you are running the Pro Version, and selected FPM, it could also be that the php81 version of FPM did not start.
systemctl status php-fpm81
from shell, type
tail -n 100 /var/log/php-rebuild.log
it should point you in the direction of the error that occurred while compiling php. Most likely there was a module you check that is not compatible.
If you are running the Pro Version, and selected FPM, it could also be that the php81 version of FPM did not start.
systemctl status php-fpm81
26
Postfix / Re: error all email recived is spam and reject.
« on: August 22, 2022, 03:59:25 AM »
"blocked using zen.spamhaus.org'"
Your IP is blacklisted. Check with spamhaus to see if it's your, or you subnet. Contact your host to see if you can get a clean ip.
Your IP is blacklisted. Check with spamhaus to see if it's your, or you subnet. Contact your host to see if you can get a clean ip.
27
PHP / Re: How to change the shell ssh php version without affecting php-fpm selector
« on: August 19, 2022, 03:00:57 AM »
use " locate /bin/php" to find all of the php versions installed on your system
28
PHP / Re: How to change the shell ssh php version without affecting php-fpm selector
« on: August 18, 2022, 03:14:32 AM »
locate the .bashrc file in the users home account.
Add an alias
alias php='/path/to/bin/php'
logout and log back in to check that php -v now shows the correct php version
alternatively, you can set multipl aliases
ex:
alias php71='/usr/local/cwp/php71/bin/php'
alias php72='/usr/local/cwp/php72/bin/php'
Then just run "php71 file.php"
Add an alias
alias php='/path/to/bin/php'
logout and log back in to check that php -v now shows the correct php version
alternatively, you can set multipl aliases
ex:
alias php71='/usr/local/cwp/php71/bin/php'
alias php72='/usr/local/cwp/php72/bin/php'
Then just run "php71 file.php"
30
SSL / Re: Using third-party SSL Certificates
« on: August 16, 2022, 04:40:06 AM »
nginx / cwpsrv / apache / varnish need to be restarted after a new certificate is installed