Upgrade Issue with Xcache

#1
Hello,
I just upgraded to 3.3.4 from 3.3.3 using the web console and now my php.ini is not loading? I have verified that the location is correct with phpinfo and the command fcgi-bin/lsphp -v shows xcache support? I didn't change anything else so i am not sure what broke? please help
 

mistwang

LiteSpeed Staff
#2
You have to use command
"sudo -u <user_name> <path_to_lsphp> -i" to check.
User name should match the user that lsphp process run as.
I think it is a permission issue.
 
#4
You have to use command
"sudo -u <user_name> <path_to_lsphp> -i" to check.
User name should match the user that lsphp process run as.
I think it is a permission issue.
You got it! I reinstalled unfortunately before I figured it out :) Work like a charm now, thank you
 
Top