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

Pages: 1 ... 23 24 [25] 26 27 ... 55
361
Perhaps you missed step one of the installation instructions.  "NEW CLEAN server.  CWP cannot be installed over top of any other software, or it can't possibly be supported.  If you already had nginx, we can't tell you which version is running.  Same with apache or any other webserver. 

362
please run "   tail -n 100 /usr/local/cwpsrv/logs/error_log   "  and report back.

363
CentOS 7 Problems / Re: Mail Services Error
« on: June 04, 2020, 04:35:19 PM »
We need to know the errors to help.  Please post them.

364
CentOS 7 Problems / Re: Adding SSL on CWP
« on: June 04, 2020, 04:34:02 PM »
You have 2 options.

1)  Access the user panel via panel.(domain.com)
2)  Access the user panel via (hostname):2083

(domain.com):2083 will result in an ssl error, as the certificate is assigned to the hostname only.

365
run
/scripts/update_cwp


366
Follow the Manual Update steps below.  Please pay special attention to whether you are using CentOS 6 or 7, as it DOES matter.

Quote
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.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 (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.765.zip
unzip -o cwp2-0.9.8.765.zip
rm -f cwp2-0.9.8.765.zip
```


**Manual update for services (This steep must be done for CentOS 6 and 7)**
```
chattr -R -i /usr/local/cwpsrv/var/services/
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

367
Installation / Re: installation CWP with cloudflare dns
« on: June 04, 2020, 04:26:10 PM »
your hostname should be a subdomain.  SO in cloudflare, just don't use the proxy for the subdomain that is your hostname.  (Gray cloud)

368
How to / Re: Disable Client Panel Addons
« on: June 03, 2020, 10:40:22 PM »
feature manager. Search for it in the Admin Panel

369
Apache / Re: Run Node js with CWP
« on: June 02, 2020, 04:59:01 PM »
Did you initialize a nodjs project, and configure it's port?

370
CentOS 7 Problems / Re: mysqld: Can't lock aria control file
« on: May 29, 2020, 05:34:56 PM »
systemctl stop mysqld
ps -ef | grep mysqld
if anything results.
killall mysqld

systemctl start mysql

371
Other / Re: Auto copy files to another location
« on: May 29, 2020, 05:30:03 PM »
rsync, scp, sftp, ftp

--help should show some insight.  If not google is  great resource.

372
Softaculous / Re: Trial Premium licence doesn't switch to free
« on: May 28, 2020, 08:11:53 AM »
The free version of Softaculous will still work.  That's just a high pressure sales tactic by Softaculous.

373
CWP API / Re: Rest api update ip subdomain
« on: May 28, 2020, 06:16:25 AM »
The current API does not have a DNS option.

374
SSL / Re: SSL Certificate Problem
« on: May 27, 2020, 08:47:16 PM »
You don't need to restart.  You can reload and not interrupt services

375
Log into SSH and set the root password.  YOu will need the root password to log into CWP Admin

Pages: 1 ... 23 24 [25] 26 27 ... 55