Help - Search - Members - Calendar
Full Version: Various session_start() [function.session-start] errors.
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
Cubed Plastic
After install, which went pretty smooth, I got this error after I tried to enter the admin control panel...

QUOTE
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
bsmither
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.
Cubed Plastic
After not being able to solve the problem, I am considering moving to another kart solution...
bsmither
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

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.