Ninjaboard
Please login
Forgot Your Login?
Welcome, Guest
Board Index > Joomla Tips and Tricks > Session Unwritable Error
Post ReplyJoomla Tips and Tricks
Ninjaboard - Newie
Posts: 14
Registered
Joined Board
07/20/2009 22:30
User is Offline
View all users posts
I was able to find the answer at:
www.sugarcrm.com/forums/showthread.php?t=12826
Create or edit a .htaccess file in the httpdocs root directory.
Add this line: php_value session.save_path '/tmp'
Create a directory in the httpdocs folder named "tmp".
Change the permissions to 777 to allow writing.
www.sugarcrm.com/forums/showthread.php?t=12826
Create or edit a .htaccess file in the httpdocs root directory.
Add this line: php_value session.save_path '/tmp'
Create a directory in the httpdocs folder named "tmp".
Change the permissions to 777 to allow writing.
