PDA

View Full Version : problem with $_SESSIOn array when install script oxwall



didoex
2012-04-01, 12:13 AM
Hello
I have site on my Vps Linux Santos B
when i install script Oxwall Community i had some Troubles then chat with supporting chat online
he help me and Update Php Sql App.etc
Script work in Good condition But when make install it's give me this
Error same as this problem :
www.oxwall.org/forum/topic/2378
it's related to $_SESSIOn array


It seems that you have some problems with sessions on your hosting. Your session was expired. That's why script can't get inserted by your data from $_SESSIOn array
how solve it ????

suwunk
2012-04-01, 12:37 AM
Hi There,

Check to make sure the session save path has been configured correctly. This is just a matter of adding a line similar to the following in the php.ini file:

session.save_path = /tmp

Cheers

didoex
2012-04-01, 02:28 AM
thanks Realy i'm Glad to solve it .
it's work now correctly

suwunk
2012-04-02, 10:13 AM
You're welcome. I'm glad to hear that your problem had been solved :)