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 - robm

Pages: [1]
1
E-Mail / Re: Cant create new email address
« on: October 01, 2020, 04:54:59 PM »
I love these kind of answers.
No it is NOT fixed in 1014 as I have several servers running that that NOW can't create email addresses.
I hate this control panel and have managed to remove it from most but daily I have to put up with new bugs that didn't exist before.
It's either the magic 'error 500' that appears, then you upgrade, then you jump through all the hoops and pray, then on some you end up reinstalling. Or it's the random plugin failures. Now not being able to create email addresses.
So you come here to find the answer and you inevitably see NO explanation of the solution just 'fixed in [insert version]' which it usually isn't.
So if anyone can add something useful to people who are running the version it's supposedly 'fixed' in - do let us know.

2
Updates / Re: Broken ioncube and https
« on: April 29, 2020, 05:47:01 PM »
I've now spent 18 hours rebuilding and updating ONE vps because of this annoying update. How can we permanently disable them? Can we just remove cwp in the cron daily?

3
Updates / Re: Broken ioncube and https
« on: April 29, 2020, 10:58:25 AM »
Well the fix I got to work on *some* I'll put below. However out of 20 VPS it didn't work on 5 of them and I had to wipe the servers and start from scratch... thanks CWP. So bear in mind this might not work on all of them and nobody seems to have any solutions. CWP are silent on the matter.

Code: [Select]
/usr/local/cwp/php71/bin/php -v
PHP 7.2.30

if PHP was not updated to 7.2 then try manually
Code: [Select]
yum update cwpphp --enablerepo=cwp

**Manual update CentOS 7 (skip if you have CentOS 6)**
Code: [Select]
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.961.zip
unzip -o -q cwp-el7-0.9.8.961.zip
rm -f cwp-el7-0.9.8.961.zip


**Manual update CentOS 6 (skip if you have CentOS 7)**
Code: [Select]
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.765.zip
unzip -o cwp2-0.9.8.765.zip
rm -f cwp2-0.9.8.765.zip



**Manual update for services (required CentOS 6 and 7)**
Code: [Select]
cd /usr/local/cwpsrv/var/services/
wget static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
unzip -o -q cwp-services.zip
rm -f cwp-services.zip

Test if all is ok, it should run update without errors
Code: [Select]
sh /scripts/update_cwp


4
Updates / Broken ioncube and https
« on: April 27, 2020, 11:56:39 PM »
*edit
never mind saw the fix in another thread
I'll have to now manually go through 20 vps and apply them.
Thanks. Any way to turn updates off?

Pages: [1]