• Resolved KTS915

    (@kts915)


    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:2

    Should that line perhaps be changed to something like this?

    if( !session_id() )  {
        session_start();
    }

    https://ww.wp.xz.cn/plugins/wp-file-upload/

Viewing 1 replies (of 1 total)
  • Plugin Author nickboss

    (@nickboss)

    Thanks for that, I will put it in the next release so that this warning does not appear

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning’ is closed to new replies.