Joomla 1.0 Session Save solved
I have two Joomla sites and on ulmb, and the other one, the same problem that had me pulling my hair out! On installation it says "session save not writable".. if you Google this you will find hundreds of posts with this same, vexing problem.
There are a variety of solutions. ALL which do NOT work! .htaccess won't work on ulmb, nor a "php.ini" in each folder, nor hacking global.php, NOR hacking the configuration.php. Getting the "admin to fix it" might work, but the admin has to know about this peculiarity of Joomla 1.0.. it's the most common problem with installation. Man..people are just stabbing in the dark at this problem. By guessing, they finally get it to work. I had the same problem on my other site, and hacked and hacked away at it.
The solution is the installation PHP files. Look at the "installation" folder. It has it's own Index.php file, where the Joomla installer looks for the path to "session_save". You must find the absolute path of your site. Make a folder called "session" or "tmp" or whatever you want, in the Joomla root is where I had mine.
At the very top of the Index.php in THE INSTALL DIRECTORY... right after the
session_save_path('/hosted/subs/ulmb.com/b/y/YOURSITE/public_html/session');
For good measure, I put this in the "install.php" file also, it doesn't hurt. Right at the very top,
right after the
This thing had me just pulling my hair out, and is a common problem. Thanx to Victor for showing me how to get the "absolute path". There ought to be a FAQ on this server that has these basic things. This server seems fast- very fast by the way. A pleasant surprise for me.
Last edited by byx; 08-31-2008 at 03:06 PM..
|