Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: session.save_path error after enabling Publisher module

Status Resolved
Add-on / Version Publisher
Severity Critical
EE Version 31

AdriaanSnoeren.com

Jul 11, 2013

After enabling Publisher 1.0.1 on EE 2.6.1 (with Structure) I get the following error in the footer of EE and on the site’s homepage:

A PHP Error was encountered
Severity: Warning
Message: Unknown: open(/var/lib/php/session/sess_74cha1f5punja221qsumhhn013, O_RDWR) failed: Permission denied (13)
Filename: Unknown
Line Number: 0
A PHP Error was encountered
Severity: Warning
Message: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session)
Filename: Unknown
Line Number: 0

I already modified the 2 core files with the known issue.

Server’s running:
- CentOs6.3
- Plesk 11.0.9
- PHP 5.3.3

 

#1

BoldMinded (Brian)

Hi, Adriaan. It looks like you might need to make a change to your server settings. This isn’t something Publisher can control. Do you have a sysadmin that can assist you with that?

#2

AdriaanSnoeren.com

He’s on vacation 😊 But I think I can fix it by assigning the session path to a different folder. I did that before on the same server. What I don’t understand: Doesn’t EE use the same var to save session data?? That’s why I posted it here.

#3

BoldMinded (Brian)

It is weird that its showing when Publisher is installed, but all its doing is calling @sessions_start() if no session_id exists… the same thing that EE is doing :/

Login to reply