1 Problem on first installaion step - Joomla! Forum - community, help and support
i installing joomla! first time , having 1 problem while installing joomla! on local win xp testing machine.
the session save path in unwriteable says. checked php.ini , have:
session.save_path = "/tmp"
the directory exists c:\tmp
the session save path in unwriteable says. checked php.ini , have:
session.save_path = "/tmp"
the directory exists c:\tmp
on windows should try "c:/tmp" in php.ini instead. tmp variable points users_folder/tmp. don't forget restart apache instance after changing php.ini.
additional found using n or mode parameter gave me errors on win xp/ apache2/php 5. changing folder permissions didn't improve. install script reported "not writeable". real problem: session management wasn't usable , joomla login impossible.
after dropped both parameters sessions write access ok.
additional found using n or mode parameter gave me errors on win xp/ apache2/php 5. changing folder permissions didn't improve. install script reported "not writeable". real problem: session management wasn't usable , joomla login impossible.
after dropped both parameters sessions write access ok.
Comments
Post a Comment