• Resolved phendyr

    (@phendyr)


    I’m suddenly getting these permission errors related to the Content Views plugin. When I disable it, they go away. Anyone have a resolution to this?

    Warning: Unknown: open(/tmp/sess_953d05edbcb61a0f0937bf4ab38d2ec8, O_RDWR) failed: Permission denied (13) 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

    I appreciate your time to respond.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    Are you using latest version 1.9.8.2?
    Did you change session configuration in your hosting recently?
    Best regards,

    Thread Starter phendyr

    (@phendyr)

    1) yes I’m using v1.9.8.2
    2) no changes to session configuration have ever been altered on hosting environment.

    I have disabled all other plugins and error messages remain as well.

    Thank you for your quick response.

    Plugin Author Content Views

    (@pt-guy)

    Please do update to 1.9.8.21, then add this code to file functions.php of your active theme:

    // Content Views - disable session
    add_filter( 'pt_cv_session_enable', '__return_false' );

    Thank you,

    Thread Starter phendyr

    (@phendyr)

    it appears to have resolved the issue, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permission errors’ is closed to new replies.