Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #196947

    Gives the following error after the last update.
    I’m doing 777 TEMP folder access permissions are improving. Then it’s happening again.
    This can cause?

    Warning: session_start() [function.session-start]: open(/tmp/sess_f6757761a97fb8d7860e3f8d5f5dab3c, O_RDWR) failed: Permission denied (13) in /home/…/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/…/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/eldecowa/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: Unknown: open(/tmp/sess_f6757761a97fb8d7860e3f8d5f5dab3c, 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

    #197015

    We have two web sites in same server ,we use enfold theme in both ,when error is over in one of web site , it appears in another one . pls comment how to correct it ?help please

    #197150

    Hey!

    The warning/error message tells you that the server tried to write the session data but it failed because it couldn’t open the temporary session folder (/tmp/sess_f6757761a97fb8d7860e3f8d5f5dab3c) to write the session data (failed: Permission denied). Please ask your hoster to fix the folder/session permissions. Without sessions you can’t use the theme properly.

    For more information you can read http://stackoverflow.com/questions/5104065/php-session-handling-errors and http://www.vikasing.com/2013/02/pita-6-php-warning-unknown.html

    Best regards,
    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘access permissions eror’ is closed to new replies.