This topic is locked

dbcommon.php on line 4

12/6/2007 7:00:23 AM
PHPRunner General questions
U
uludag author

Hi,

When I finished building my data with phprunner, I clicked 'view in browser'.

Then, I faced with this message:
Warning: open(/tmp\sess_d08127ccc82e07eb5a4a094484ce267c, O_RDWR) failed: No such file or directory (2) in D:\Documents and Settings\MASAÜSTÜ\PHP DENEME2\include\dbcommon.php on line 4
Warning: open(/tmp\sess_d08127ccc82e07eb5a4a094484ce267c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I don't know how I can overcome this problem. Could you help me?
Sincerely,
Uludag.

Alexey admin 12/6/2007

Uludag,
this message means that your PHP is configured improperly.

You need to configure a folder to save session state files.
Here is the article about this:

http://www.webcheatsheet.com/php/install_a...gure.php#create

U
uludag author 12/6/2007

Thank you very much, Alexey,
It works.
Best regards.
Uludag.