I recently updated PHP to 5.5 on my server, and now it's causing a few problems. I have 2 WordPress sites with the same theme, and there is an issue with one of the plugins. Here is one of the PHP warnings:
Warning: session_start(): open(/tmp/sess...) failed: Permission denied (13) in /plugins/custom-sidebars/functions-wpmulib.php on line 69
In SSH, I entered "sudo chown -R USER /tmp" user being the ftp user for WP site 1. This fixed the issue for WP site 1, and when I try to do the command for WP site 2, it fixes it and breaks WP site 1 again. I have no clue what to do now.
Edit: Also, the path for session.save_path is /tmp
Warning: session_start(): open(/tmp/sess...) failed: Permission denied (13) in /plugins/custom-sidebars/functions-wpmulib.php on line 69
In SSH, I entered "sudo chown -R USER /tmp" user being the ftp user for WP site 1. This fixed the issue for WP site 1, and when I try to do the command for WP site 2, it fixes it and breaks WP site 1 again. I have no clue what to do now.
Edit: Also, the path for session.save_path is /tmp