Thanks everyone for all the help and suggestions.  A solution has finally 
presented itself in the php.ini file for PHP 5 (the default one that comes with 
PHP 5).

In the end I found out that php could not write the session files to the disk 
due to permission problems.  For some reason it was trying to write them to 
/usr/local/lib - shrug...who knows.

Setting the session.save_path solved the problem. i.e. session.save_path = 
"/tmp".

Aegir now works fine.

Might want to suggest adding this to the trouble shooting guide or php notes as 
a check - especially if the php installation path is non standard.

Cheers

Mike :)
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to