E expargo New Member Sep 29, 2019 #1 Sep 29, 2019 #1 Hi I just installed openlitespeed wordpress on google cloud. Im not able to to install plugins since it asks for ionCube. how can i install it? also I cannot access admin panel from 7080 port
Hi I just installed openlitespeed wordpress on google cloud. Im not able to to install plugins since it asks for ionCube. how can i install it? also I cannot access admin panel from 7080 port
lskagan Administrator Oct 1, 2019 #2 Oct 1, 2019 #2 You can run `apt install lsphp72-ioncube` then `/usr/local/lsws/bin/lswsctrl restart` to install ionCube.
You can run `apt install lsphp72-ioncube` then `/usr/local/lsws/bin/lswsctrl restart` to install ionCube.
E expargo New Member Oct 1, 2019 #3 Oct 1, 2019 #3 It says couldn't open lock file. Permission denied.
E expargo New Member Oct 1, 2019 #4 Oct 1, 2019 #4 I was able to do that but now my server terminated php import process. Can it be due to php version?
Cold-Egg Administrator Oct 1, 2019 #6 Oct 1, 2019 #6 Please try `apt install lsphp73-ioncube ` , depends on which version you are using with. To visit web admin, please allow port 7080 from firewall, https://docs.litespeedtech.com/cloud/wordpress/#web-server-control-panel-access
Please try `apt install lsphp73-ioncube ` , depends on which version you are using with. To visit web admin, please allow port 7080 from firewall, https://docs.litespeedtech.com/cloud/wordpress/#web-server-control-panel-access
E expargo New Member Oct 2, 2019 #7 Oct 2, 2019 #7 I'm not able to login to my admin panel with user admin and password that I got from ssh terminal. any chance that username has been changed?
I'm not able to login to my admin panel with user admin and password that I got from ssh terminal. any chance that username has been changed?
Cold-Egg Administrator Oct 2, 2019 #8 Oct 2, 2019 #8 Just want to confirm that you did cat the .litespeed_xxx file to get password, then you can login with `admin` ? Let us know if login success or not.
Just want to confirm that you did cat the .litespeed_xxx file to get password, then you can login with `admin` ? Let us know if login success or not.
S satuarena New Member Jun 25, 2020 #9 Jun 25, 2020 #9 i am try this, but it still doesn't work, my wordpress is still asking for ioncube, are there any other settings for this to work
i am try this, but it still doesn't work, my wordpress is still asking for ioncube, are there any other settings for this to work
Cold-Egg Administrator Jun 26, 2020 #10 Jun 26, 2020 #10 OpenLiteSpeed come with php detached mode by default, so need to restart php with command Code: killall -9 lsphp to make settings take effect
OpenLiteSpeed come with php detached mode by default, so need to restart php with command Code: killall -9 lsphp to make settings take effect