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

Pages: 1 ... 32 33 [34] 35 36 ... 89
496
Installation / Re: ioncube - reinstallation
« on: April 29, 2020, 06:29:50 AM »
 sh /scripts/restart_cwpsrv

498
Code: [Select]
/usr/local/cwp/php71/bin/php -vPHP 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

499
If you get error like:
Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320170718,NTS

then run this:

Code: [Select]
sed -i "s/ioncube_loader_lin_7.0/ioncube_loader_lin_7.2/g" /usr/local/cwp/php71/php.ini
sh /scripts/restart_cwpsrv

500
Suggestions / Re: Sendmail Analyzer support
« on: April 21, 2020, 10:54:02 AM »
you can contact cwp over contact page for that
control-webpanel.com/contact

501
Information / Re: Parallel operation of two servers?
« on: April 19, 2020, 08:35:56 PM »
yes but this is high demanding and requires a lot of custom work.

502
PHP / Re: PHP Version Switcher
« on: April 19, 2020, 08:31:03 PM »
centos still has some missing packages or has older packages not suitable for php 7.4 so running 7.4 would require customization so it's better to wait for it a little longer than to have other issues.

503
CentOS 7 Problems / Re: From CWP7pro cannot access the CWP of a user
« on: April 19, 2020, 03:34:43 PM »
yes, you would need to check logs...he probably can't create session file.

504
Information / Re: Mailgun SMTP for Postfix
« on: April 19, 2020, 01:03:35 PM »
try checking if you have added only this
http://wiki.centos-webpanel.com/how-to-setup-remote-smtp-server-as-relay

don't forget that you need to add to mynetworks remote ip's

505
SSL / Re: FTP SSL issue
« on: April 19, 2020, 12:49:48 PM »
ftp pem fix is now included in cwp update and should be ok on the next renewal.

507
CentOS-WebPanel GUI / Re: Cgroup In Package Creation Question
« on: April 19, 2020, 12:47:14 PM »
cgoups is still not working from the packages but this might be soon since its there, for now you must still use cgroups module.

508
Postfix / Re: i can send email but i can't receive
« on: April 19, 2020, 12:46:10 PM »
$ postmap -F hash:/etc/postfix/vmail_ssl.map
$ service postfix reload

509
try

sh /scripts/mysql_phpmyadmin_update

510
How to / Re: How to use Blynk Server with CWP
« on: April 19, 2020, 12:38:35 PM »
should be working fine if this is only a custom java app
https://github.com/blynkkk/blynk-server

Pages: 1 ... 32 33 [34] 35 36 ... 89