Jump to content

Various session_start() [function.session-start] errors.


Guest Cubed Plastic

Recommended Posts

Guest Cubed Plastic

After install, which went pretty smooth, I got this error after I tried to enter the admin control panel...

Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_d1be01533463c86e67437968eabded62, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php on line 44

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php:44) in /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php on line 44

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php:44) in /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php:44) in /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php on line 48

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

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

Another concern are the lines: /hermes/bosweb/web117/b1178/sl.mydomain/public_html/store/admin/includes/auth.inc.php

I changed the root dir in the global.inc.php to: /home/users/web/b1178/sl.mydomain/public_html/store

Where is it pullng is other directory path from? And how do I solve the above???

Thank you

Plastics

Link to comment
Share on other sites

I *think* is a conflict between what the "php.ini" file says for what folder session data gets saved and the permissions given to that folder. You may want to talk to your host provider.

Ignore the 'headers already sent' messages.

Link to comment
Share on other sites

You didn't say if you had contacted your hosting provider.

They can explain the difference between:

/hermes/bosweb/web117/b1178/sl.mydomain/public_html/store

and

/home/users/web/b1178/sl.mydomain/public_html/store

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...