Author Topic: CWP Error 500 after server restart  (Read 3724 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWP Error 500 after server restart
« on: September 16, 2020, 09:27:30 AM »
Hi folks,

after I restarted my Centos 7.8 server the web panel is not loading anymore, I am getting error 500 and in the log it says:

91062#0: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error:  The file /usr/local/cwpsrv/htdocs/admin/index.php encoded as type [1/72] cannot be decoded by this version of the ionCube Loader

I am running CWP Pro 0.9.8.1008

Any ideas?

Thanks for your help
« Last Edit: September 16, 2020, 09:31:31 AM by juan.syad »

Offline
*
Re: CWP Error 500 after server restart
« Reply #1 on: September 16, 2020, 09:33:25 AM »
I have found the solution, but I don't know why it happened or why CWP did this:

under /usr/local/cwp/php71/php.ini was the wrong ioncube version registered.

I had to change

zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2.so

to

zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.1.so