FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

problem with save session path in joomla 1.0.15 installation

 


isyan
i have a joomla 1.5 installed in my '/public html' directory

now i want to install a joomla 1.0.15 in another directory so i created a new diretory '/public html/new directory1/new directory2' and i uploaded my installation files there... in new directory2

the problem is i cant find a solution regarding the save session path which is unwritable

how to make this writable?

any suggestions is appreciated
wumingsden
isyan wrote:
i have a joomla 1.5 installed in my '/public html' directory

now i want to install a joomla 1.0.15 in another directory so i created a new diretory '/public html/new directory1/new directory2' and i uploaded my installation files there... in new directory2

the problem is i cant find a solution regarding the save session path which is unwritable

how to make this writable?

any suggestions is appreciated


In the same location as the configuration.php file create a folder called "sessions".

Now, in your configuration.php file look for the $mosConfig_absolute_path entry. You then need to add the location of this path to the line below. Make sure its on a new line (the italic is what you need to change)

session_save_path('/public html/new directory1/new directory2/sessions');

This should solve the problem, which occurs because FriHost disables the session_save_path variable. If this doesn't work, CHMOD the sessions folder to be writable by all (the default is 755 which should work, but if it doesn't try the 777 CHMOD instead).

let me know if it works
Reply to topic    Frihost Forum Index -> Support and Web Hosting -> Web Hosting Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.