dler Posted August 29, 2012 Share Posted August 29, 2012 hello all after installed whmcs 3.6, all submit responed "Invalid Token" in admin panel. and "form=fakeentry"" is in the end of php.ini. beside, a test.php responed "Array ( [count] => 1 )" and nothing changed after refresh. php script below: session_start(); $_SESSION["count"]++; print_r($_SESSION); some session problem i thought. i need some helps~ my environment: master: centos 5.8x64 + solusvm without openvz php.ini: zend_extension = /etc/ioncube/ioncube_loader_lin_5.3.so both solusvm & whmcs was licensed. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted August 29, 2012 Share Posted August 29, 2012 Hello, Are you sure it's 3.6 you just installed? The lowest version I can see available V4.5.2. 0 Quote Link to comment Share on other sites More sharing options...
dler Posted August 30, 2012 Author Share Posted August 30, 2012 the correct version is 5.1.2, sry about that. 0 Quote Link to comment Share on other sites More sharing options...
dler Posted August 30, 2012 Author Share Posted August 30, 2012 solved!! /var/lib/php/session change the owner from root to solusvm:apache 0 Quote Link to comment Share on other sites More sharing options...
CeltotecHosting Posted September 3, 2012 Share Posted September 3, 2012 Can you explain it on How? 0 Quote Link to comment Share on other sites More sharing options...
CeltotecHosting Posted September 3, 2012 Share Posted September 3, 2012 solved!!/var/lib/php/session change the owner from root to solusvm:apache Can you explain it on How? 0 Quote Link to comment Share on other sites More sharing options...
Patty Posted September 3, 2012 Share Posted September 3, 2012 I had the same problem happening to me for the first time. Someone mentioned in another thread that it could be related to logging in as a client then coming back to admin and I think it makes sense, for it was how it happened to me. 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted September 11, 2012 Share Posted September 11, 2012 Actually you should edit the php.ini for that domain to use a different session location. I suggest /home/domain/tmp session.save_path = /home/domain/tmp That will solve the ownership problem 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.