• Resolved com5984

    (@com5984)


    Hi after updating this morning I can’t open either my web page or my admin account. I just get the following error
    Fatal error: Call to undefined function session_status() in /home/ozbearsr/public_html/wp-content/plugins/contus-video-gallery/helper/watch_history.php on line 2
    Cheers
    Rob

    https://ww.wp.xz.cn/plugins/contus-video-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Open wp-content/plugins/contus-video-gallery/hdflvvideoshare.php and go to end of the file. Now add the below code before ?> and check.

    add_action('init', 'vgStartSession', 1);
    function vgStartSession() {
    	if(!session_id()) {
    		session_start();
    	}
    }
    Thread Starter com5984

    (@com5984)

    Thankyou

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error after update’ is closed to new replies.