Jump to content

Warning: session_start() [function.session-start]:


Recommended Posts

Restored an account and now I am getting this in Chrome:

Warning: session_start() [function.session-start]: open(/tmp/sess_abbb020141e17f0185eb11f41cc1a29f, O_RDWR) failed: Permission denied (13) in /home/*****/public_html/includes/sessionStart.inc.php on line 39

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/******/public_html/includes/sessionStart.inc.php:39) in /home/******/public_html/includes/sessionStart.inc.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at /home/******/public_html/includes/sessionStart.inc.php:39) in /home/******/public_html/includes/session.inc.php on line 95

--------

Works FINE in IE. Any idea's?

Thanks!

Link to comment
Share on other sites

By restore, do you mean you moved your store to another domain or re-installed it over an existing installation?

The cause of the permission denied message is something your hosting provider will need to find in the sever logs. It may be folder in the path from root to your doc_root folder that needs permissions changed, or the tmp folder assigned to your account that needs checked.

Just a guess but if IE is OK, then it may already have the cookie and thus no new session temp file is to be created, but no cookie for Chrome.

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