PHP Warnings – session_start called improperly
-
I’m getting the following PHP warnings in my error log.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /webroot/wp-content/plugins/hide-price-until-login/includes/hide-price-until-login-class.php:540) in /webroot/wp-content/plugins/hide-price-until-login/includes/main.php on line 7 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /webroot/wp-content/plugins/hide-price-until-login/includes/hide-price-until-login-class.php:540) in /webroot/wp-content/plugins/hide-price-until-login/includes/main.php on line 7
The plugin still appears to work correctly but these should be corrected.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Warnings – session_start called improperly’ is closed to new replies.