Posted 30 March 2008 - 12:04 AM
Well, when I first tested, I wasn't able to even login to the manager... I was just able to login... If there is a sessions problem then using custom sessions, configurable in the config.inc.php, might resolve the problem... But, one thing I can definitely see happening, when I get the "Not Logged In" error, is that the include_path is the culprit because the manager script can't find the includes in the manager/includes/ directory because the include_path is not being set... So it might be a multi-tiered problem... Now that I have been able to login the include_path is set properly, of course, but the session_save_path being set to2;/var/tmp might cause problems... If any other domain on the server triggers a session cleanup then your sessions will get whacked...