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

Pages: [1]
1
PHP / Re: CWP7.Pro Error | Unable to Login Admin Panel
« on: July 08, 2020, 06:31:53 AM »
Your instructions here saved me hell lot of time and stress. Can't thank you enough.


This is the standard response to your issue.   Your Update failed at some point, and some files were not updated.  YOu need to do the manual file update for your CentOS and the services...
Code: [Select]
Hello,

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)**
```
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

2
Hi

Thanks alot, the echo ***** method made it working. Now i am able to login.

Please tell me if i need to do the echo for loader everytime when changing the php version.

Regards,


3
Dear Support,

When will be the issue, of the below quoted error, fixed. Please tell me if i should try reinstalling the complete server, or should i wait for something from your end to be fixed. I wonder how some issue in you infra. can cause my admin panel to not load with this error. Please suggest.

Regards,

G

Dear Administrator,

I am not having the issue with cron job or email. I have installed cwp on a fresh server. I am not able to open cwp panel by using http://my-ip:2030 or https://my-ip:2031. I am getting this error:

"No Loader is installed. Please contact support."

Screenshot.



 I have not been able to open cwp admin once. Though services are running, default apache page is loading. phpinfo is working in a php file. pls tell me what should I do to make it work.

Thanks in advance,

Regards.

Gavin

4
Dear Administrator,

I am not having the issue with cron job or email. I have installed cwp on a fresh server. I am not able to open cwp panel by using http://my-ip:2030 or https://my-ip:2031. I am getting this error:

"No Loader is installed. Please contact support."

Screenshot.



 I have not been able to open cwp admin once. Though services are running, default apache page is loading. phpinfo is working in a php file. pls tell me what should I do to make it work.

Thanks in advance,

Regards.

Gavin

5
I am guessing that this has to do something with ioncube loader. I have tried searching so many things on google but none come to this issue. I have even tried reinstalling ioncube loader but its saying "its already installed"


@cwp support, please reply. so many users are facing the same issue.

Regards,


6
I am having the same issue of "No Loader is installed. Please contact support." The installation was successful and i have copied the console output and it shows everything was fine. Please help me to sort this out. I am in need of urgent hosting of 3 informational websites.

Regards,

Gavin

7
I guess it was some temp issue at CWP's server end. Might be due to maintenance. Started downloading now. Will see if I am able to install it.

Thanks

8
Hi,

Just wanted to install CWP on one of my VPS hosted in a DC @ Germany. Preinstalltion is done successfully. While downloading the cwp-latest from botht hte provided links, I am getting error :

Code: [Select]
[root@host src]# wget http://centos-webpanel.com/cwp-latest
--2016-07-08 02:25:18--  http://centos-webpanel.com/cwp-latest
Resolving centos-webpanel.com... 37.187.72.216
Connecting to centos-webpanel.com|37.187.72.216|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://dl1.centos-webpanel.com/files/cwp-latest [following]
--2016-07-08 02:25:18--  http://dl1.centos-webpanel.com/files/cwp-latest
Resolving dl1.centos-webpanel.com... 37.187.72.216
Reusing existing connection to centos-webpanel.com:80.
HTTP request sent, awaiting response... 403 Forbidden
2016-07-08 02:25:18 ERROR 403: Forbidden.

I have tried form 2-3 more linux machines. but the error remains same. I have tried searching google for this error but no help. Will somebody help me to get the installation script?

Regards,

Gavin

Pages: [1]