• Dear all,

    I encounter a problem after moving my index.php from my /directory to root. I changed the path for the wp-header in index.php, moved it to root and changed the site url and home informations in the wp-config.php

    When accessing now this error appears:

    Warning: session_start(): open(/tmp/sess_bbabd4e4f28f8f24084fdd824b5e4911, O_RDWR) failed: Permission denied (13) in /directory/wp-content/plugins/buddypress-media/index.php on line 61

    On line 61 in the above mentioned file is this code:

    if ( ! session_id() ) {
    	session_start();
    }

    What could I do in this case?

    Best

    DS

The topic ‘Getting: Warning: session_start(): Error after changing from directory to root’ is closed to new replies.