Facing fatal error while update the php files using wordpress dashboard
-
We have recently moved the session related changes like below code,
then facing the fatal issue on admin dashboard.Added the below code in function.php file
function start_Session(){
if (!session_id()) {
session_start();
}
}
add_action(‘init’, ‘start_Session’, 1);`It’s working when deactivating the wordfence plugin. Please tell me how to fix this issue.
Thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Facing fatal error while update the php files using wordpress dashboard’ is closed to new replies.