PHP Warning
-
When on the plugins admin page,Query Monitor generates the following warning:
A session had already been started - ignoring session_start() wp-content/plugins/wp-file-upload/wordpress_file_upload.php:2Should that line perhaps be changed to something like this?
if( !session_id() ) { session_start(); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Warning’ is closed to new replies.