Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

session_start() Error


Go to End


3 Posts   1296 Views

Avatar
animasola

Community Member, 121 Posts

30 May 2010 at 5:46am

My site was perfectly fine then all of the sudden this error appeard:

[Warning] session_start() [function.session-start]: open(/tmp/sess_f392e55900854bf8543c1f976cd286e5, O_RDWR) failed: Permission denied (13)
GET /?flush=all

Line 197 in /home/lexdraft/public_html/sapphire/core/Session.php

Any ideas? Thanks :)

Avatar
animasola

Community Member, 121 Posts

30 May 2010 at 7:58pm

bump. any ideas? :)

Avatar
Sean

Forum Moderator, 922 Posts

31 May 2010 at 2:42pm

Edited: 31/05/2010 2:44pm

Hmm, are you on a shared hosting provider? Looks like permissions for PHP / Apache have been set incorrectly, or PHP was changed to store sessions in a different location.

If so, I'd suggest telling them you're getting this error, as it's a file system problem.