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.