function.session-start warnings...

After trolling through the forms i found one that had login issues… Eldy described issues with php and session.save_

so create a file called php5.ini and put this in it

session.save_path= /tmp

save and upload to your doc root

if you cant get into dolibarr to find out what you php says omit line 166 in main.inc.php (the session_start line)

this will make you relogin 30 times once in dolibarr but at least your in to start figuring things out