Page 1 of 1

[closed] Testing Session Capabilities

Posted: Wed Aug 06, 2014 1:38 pm
by stijlXpres
Hi,

At step 3. Compatibility Check, I get an error on 'Testing Session Capabilities'. See attached screenshot. I've allready asked my ISP, they can't help me out, since they are not yet familiar with CMSMS 2.0

Provider is running on Windows Server.

Re: Testing Session Capabilities

Posted: Wed Aug 06, 2014 2:34 pm
by calguy1000
In SVN we've already expanded on the verbosity for this test. So in the upcoming beta2 you will get more information in this area.

However, the primary thing to check for is if the session save path is writable, or open_basedir restrictions are in effect preventing you from creating a viable session.

Re: [closed] Testing Session Capabilities

Posted: Thu Aug 07, 2014 9:58 am
by stijlXpres
This morning I've had contact with my provider. It seems it has nothing to do with session.save_path:

Code: Select all

session.save_path 	/mydomain/tmp/cache 	/PHP5.4/temp_sessiondata
As second they tried installing on a server running PHP5.5, which installed succesfully.