This topic is locked

New user trouble

3/19/2006 9:43:03 AM
PHPRunner General questions
S
steveb author

I just created my first Data base and project, and when I upload and run them on my clients web server get this series of error messages which I cant even begin to decode.
Could anyone give me a pointer or two on these errors?
Thanks
Steve
Warning: session_start(): open(/var/php_sessions/sess_1685a837fea144fcefdc4c43e0863813, O_RDWR) failed: No such file or directory (2) in /hermes/web03/b2876/moo.brierneck/members/login.php on line 4
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /hermes/web03/b2876/moo.brierneck/members/login.php:4) in /hermes/web03/b2876/moo.brierneck/members/login.php on line 4
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/web03/b2876/moo.brierneck/members/login.php:4) in /hermes/web03/b2876/moo.brierneck/members/login.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web03/b2876/moo.brierneck/members/login.php:4) in /hermes/web03/b2876/moo.brierneck/members/include/dbcommon.php on line 17

Sergey Kornilov admin 3/20/2006

Steve,
this error occurs because of session-specific settings on your hosting.
You should contact your hosting admin to resolve this.

Show him the first warning and ask what's wrong with sessions configuration.

S
steveb author 3/20/2006

Steve,

this error occurs because of session-specific settings on your hosting.
You should contact your hosting admin to resolve this.

Show him the first warning and ask what's wrong with sessions configuration.


They dont seem to be wanting to accept responsability, can you give me a little more information on what I need to ask them to change? Also if it helps I found my php error logs and they are includedd below.
Thanks
Steve
PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0

PHP Warning: Unknown(): open(/var/php_sessions/sess_f9ee19f5902df557ff04d01613fb0de1, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

PHP Warning: Cannot modify header information - headers already sent by (output started at /hermes/web03/b2876/moo.brierneck/members/login.php:4) in /hermes/web03/b2876/moo.brierneck/members/include/dbcommon.php on line 17

PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/web03/b2876/moo.brierneck/members/login.php:4) in /hermes/web03/b2876/moo.brierneck/members/login.php on line 4

PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /hermes/web03/b2876/moo.brierneck/members/login.php:4) in /hermes/web03/b2876/moo.brierneck/members/login.php on line 4

PHP Warning: session_start(): open(/var/php_sessions/sess_f9ee19f5902df557ff04d01613fb0de1, O_RDWR) failed: No such file or directory (2) in /hermes/web03/b2876/moo.brierneck/members/login.php on line 4

Sergey Kornilov admin 3/21/2006

Steve,
PHP tells that it can not use session.save_path configuration setting.

Either this option is wrong or your hoster has special requirements on using sessions.
In both cases you should contact your admin to fix the setting or to find out their requirements.

S
steveb author 3/21/2006

Steve,

PHP tells that it can not use session.save_path configuration setting.

Either this option is wrong or your hoster has special requirements on using sessions.
In both cases you should contact your admin to fix the setting or to find out their requirements.


Thanks I will.
Steve

S
steveb author 3/21/2006



Thanks I will.
Steve