You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How Do I Solve this one please
Cannot start session when headers already sent in /home/ffsdsea/public_html/wp-content/plugins/pro-sites/pro-sites-files/lib/ProSites/Helper/Session.php on line 29
The text was updated successfully, but these errors were encountered:
In the situation I have been tracking, prior to that error I see:
PHP Warning: Cannot modify header information - headers already sent in /srv/users/XXX/apps/wordpress/public/wp-includes/functions.php on line 6865
Which leads to the wordpress setting:
function send_frame_options_header() {
header( 'X-Frame-Options: SAMEORIGIN' );
}
How Do I Solve this one please
Cannot start session when headers already sent in /home/ffsdsea/public_html/wp-content/plugins/pro-sites/pro-sites-files/lib/ProSites/Helper/Session.php on line 29
The text was updated successfully, but these errors were encountered: