Error establishing a database connection error while switching to Litespeed

#1
Hello,

We are getting error establishing a database connection while switching to Litespeed on Plesk panel,
Product version: 12.0.18 Update #36
Update date: 2015/02/21 16:47
Build date: 2014/06/06 15:00
Build target: CentOS 6
Revision: 333059
Architecture: 64-bit
Wrapper version: 1.1

We had already configured PHP with mysql and the issue persists. Can anyone help please..
 
#3
Hello,

The issue with MYSQL have been solved, now the lsphp5 is showing more errors. Is there any way to compile lsphp5 with same configurations as on current working PHP of Plesk/Apache. As there is an option in cPanel to automatically rebuild LiteSpeed's PHP based on EasyApache configuration.

Also another thing is we had tried to install ioncube with litespeed on plesk server, but it's now working. Can I please have the exact steps to add ioncube on litespeed on plesk server.
 

NiteWave

Administrator
#4
> we had tried to install ioncube with litespeed on plesk server
there is no special for litespeed regarding php extension installation.
maybe you've resolved it yourself.

edit php.ini, add one line like:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_x.so

to ensure ioncube_loader_lin_x.so already there before edit php.ini
 
Top