Guest Posted April 10, 2009 Share Posted April 10, 2009 Hi, don't know if anyone can help. I am installing Cubecart onto someone else's server and am getting the following messages I have never come accross: Warning: session_start() [function.session-start]: open(/tmp\sess_36607222394192a214bd32a9bc2e58b2, O_RDWR) failed: No such file or directory (2) in E:\Websites\kiksportsnew\store\install\index.php on line 30 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at E:\Websites\kiksportsnew\store\install\index.php:30) in E:\Websites\kiksportsnew\store\install\index.php on line 30 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:\Websites\kiksportsnew\store\install\index.php:30) in E:\Websites\kiksportsnew\store\install\index.php on line 30 Warning: Cannot modify header information - headers already sent by (output started at E:\Websites\kiksportsnew\store\install\index.php:30) in E:\Websites\kiksportsnew\store\install\index.php on line 40 Warning: Unknown: open(/tmp\sess_36607222394192a214bd32a9bc2e58b2, 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 (/tmp) in Unknown on line 0 Any ideas?? Thanks ) Quote Link to comment Share on other sites More sharing options...
Guest Chris IOW Posted April 10, 2009 Share Posted April 10, 2009 Have you tried re-uploading the files? Quote Link to comment Share on other sites More sharing options...
Robsta Posted April 10, 2009 Share Posted April 10, 2009 Looks like you're missing the \install directory. Quote Link to comment Share on other sites More sharing options...
bsmither Posted April 11, 2009 Share Posted April 11, 2009 Is this server hosted by a hosting provider, or hosted on a friend's home, hobby server? If a provider, ask the provider if there is anything preventing script from accessing the /tmp folder. Maybe permissions, maybe "safe mode", maybe some other operating system security setting. Sessions (not customer's "sessions") are stored in a tmp folder. I think the setting for this is in the PHP.INI file. All the other errors are resulting from the first. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.