|
From: Steffen S. <ste...@lo...> - 2003-11-13 18:13:33
|
> Firebird gives: > Warning: open(/tmp/sess_f728c2970b370dd0d7fbc58e586f2c29, O_RDWR) > failed: Permission denied (13) in /home/syncit/www/view.php on line > 28 > [note this is not the Firebird 'enabled' view.php. It's the one > from the 0.2.2 version of the minimal server.] > The offending command at line 28 of view.php seems to be > sessionopen(); I don't know how sessionopen() works internally, but from the errormsg we can assume that it tries to create a temp-file in /tmp for storing session data. Please check that you have proper permissions on /tmp Ciao, Steffen |