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

Pages: 1 ... 30 31 [32] 33 34 ... 114
466
CentOS 7 Problems / Re: CWP keeps renaming PHPMyAdmin folder
« on: May 07, 2020, 10:43:11 AM »
cd /usr/local/cwpsrv/var/services
mv pma_28-04-2020.bak pma

467
CentOS-WebPanel Bugs / Re: CWP Panel not opening after reboot
« on: May 06, 2020, 10:16:18 AM »
you should add more information, By saying "But my emails are still stuck in the Mail que." its means nothing for us.

468
PHP Selector / Re: use php-fpm and php-cgi how i can do this?
« on: May 06, 2020, 10:13:08 AM »
don't use forced php-fpm in webserver conf in order to use php-cgi

469
hi fixed the command, you should search forum before posting

470
Information / Re: Configure each email domain to have its own IP
« on: May 04, 2020, 05:19:17 PM »
we use default postfix/dovecot configs check the official docs if you can do it.

471
Other / Re: how t edit user login page
« on: May 04, 2020, 05:16:23 PM »
hi you can't

472
the solution is posted many times in the forum.
Code: [Select]
rpm -e --nodeps python36u-libs python36u

473
PHP / Re: PHP-FPM 5.6 Problem - Service Unavialable
« on: May 02, 2020, 09:14:17 PM »
can you check the fpm log ?

474
Updates / Re: My CWP does not update to CWPpro
« on: April 30, 2020, 05:48:22 PM »
contact support

475
Postfix / Re: Undelivered Mail Returned to Sender
« on: April 30, 2020, 05:46:53 PM »
check the logs /var/log/maillog

476
you don't need rdns for public ip leave as it is

477
Nginx / Re: Nginx does not start
« on: April 30, 2020, 05:44:23 PM »
increase the open file limit for the service or the server.

478
CentOS-WebPanel Bugs / Re: Cant login to admin after reboot
« on: April 30, 2020, 05:43:29 PM »
Test what is the cwp PHP version and if it is updated to 7.2

/usr/local/cwp/php71/bin/php -v
PHP 7.2.30

if PHP was not updated to 7.2 then try manually
yum update cwpphp --enablerepo=cwp

**Manual update CentOS 7 (ignore if you have CentOS 6)**
```
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.964.zip
unzip -o -q cwp-el7-0.9.8.964.zip
rm -f cwp-el7-0.9.8.964.zip
```

**Manual update CentOS 6 (ignore if you have CentOS 7)**
```
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.768.zip
unzip -o cwp2-0.9.8.768.zip
rm -f cwp2-0.9.8.768.zip
```


**Manual update for services (This steep must be done for CentOS 6 and 7)**
```
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
```
sh /scripts/update_cwp
```

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:

```
sed -i "s/ioncube_loader_lin_7.0/ioncube_loader_lin_7.2/g" /usr/local/cwp/php71/php.ini
sh /scripts/restart_cwpsrv
```

479
Updates / Re: Help Guys Wont Update the CWP
« on: April 30, 2020, 05:41:54 PM »
solution posted many time in forum :

rpm -e --nodeps python3-libs python3

480
CentOS 7 Problems / Re: HELP Me Plz? my cwppro is not working
« on: April 30, 2020, 05:41:21 PM »
did you changed the mysql root password ?

Pages: 1 ... 30 31 [32] 33 34 ... 114