Jump to content

Cannot run the install


Guest

Recommended Posts

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 :))

Link to comment
Share on other sites

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.

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...