Search found 4 matches

by heatherk
13 Oct 2010, 14:35
Forum: Help
Topic: SYSTEM WARNING: session_start()...No such file or directory.
Replies: 6
Views: 11519

Re: SYSTEM WARNING: session_start()...No such file or direct

Problem solved - The PHP session save path on the server was invalid. Once my hosting provider fixed it, I have no issues. :D
by heatherk
12 Oct 2010, 18:44
Forum: Help
Topic: SYSTEM WARNING: session_start()...No such file or directory.
Replies: 6
Views: 11519

Re: SYSTEM WARNING: session_start()...No such file or direct

Version 5.2.2 was released in May 2007. I would not use it. Since that time there were a lot of bugs fixed. It's a waste of time to search for bugs in your application if you finally find, that it's caused by an outdated PHP version.
You should update to a newer 5.2.x version or to latest 5.3 ...
by heatherk
12 Oct 2010, 17:30
Forum: Help
Topic: SYSTEM WARNING: session_start()...No such file or directory.
Replies: 6
Views: 11519

Re: SYSTEM WARNING: session_start()...No such file or direct


Is this a problem with my server, or is there something in the Mantis configuration that needs to be changed to fix this?
Check if the directory /var/php_sessions exists and is writable.
If yes, try setting up a parallel empty fresh installation in same environment, to be sure that the problem is ...
by heatherk
12 Oct 2010, 13:40
Forum: Help
Topic: SYSTEM WARNING: session_start()...No such file or directory.
Replies: 6
Views: 11519

SYSTEM WARNING: session_start()...No such file or directory.

I recently upgraded our Mantis installation to version 1.2.3, schema version 183. I now see the following error when I go to log in:

SYSTEM WARNING: session_start() [function.session-start]: open(/var/php_sessions/sess_02267afaecb6019916b5d37c2af3fbc6, O_RDWR) failed: No such file or directory (2 ...