PHP Error – Warning: session_start()
-
Due to an hacked website I am installing the site from the scratch up.
I changed from PHP 5.5 Apache Modul to 5.6.21-nmm1 FPM-FCGI. After a fresh WordPress-Install I hardened the website with .htaccess in root, wp-content and uploads.
The next step was installing ninja firewall but I get following error message after activating it:
Warning: session_start(): open(/tmp/sess_LONGNUMBERHERE, O_RDWR) failed: Permission denied (13) in /public_html/wp-content/plugins/ninjafirewall/ninjafirewall.php on line 49
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /public_html/wp-content/plugins/ninjafirewall/ninjafirewall.php:49) in /public_html/wp-content/plugins/ninjafirewall/ninjafirewall.php on line 49
Here some more infos from your troubleshooter:
auto_prepend_file: none
NinjaFirewall detection: NinjaFirewall is not loadedLoaded INI file: /etc/php56/fpm/php.ini
user_ini.filename: .user.ini
user_ini.cache_ttl: 300 seconds
User PHP INI: none foundThe message is shown on every site in the backend as well as in the front end. What could that be? I already used your Ninja Firewall in FPM-FCGI on this server.
Kind regards
-reeve
The topic ‘PHP Error – Warning: session_start()’ is closed to new replies.