PDA

View Full Version : Upgrade Issue with Xcache


paulg1981
01-28-2008, 10:27 AM
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
01-28-2008, 02:07 PM
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.

mistwang
01-28-2008, 02:12 PM
If you upgrade PHP, you must rebuild Xcache, double check the directory for the extension if correct.

paulg1981
01-28-2008, 02:18 PM
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