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

    (@timersys)

    That’s just a notice, not really an error. Servers don’t show notices usually.

    Youcould try anyway to change on file includes/class-wsi.php line 30:

    if(!isset($_SESSION))

    to

    if( session_id() == '' )

    and let me know if that makes a difference

Viewing 1 replies (of 1 total)
  • The topic ‘session_start() error’ is closed to new replies.