php Notice:
-
Notice: Undefined index: HTTPS in C:\vhosts\wp-content\plugins\fv-wordpress-flowplayer\models\flowplayer.php on line 101
change
if($_SERVER['HTTPS'])
to
if(isset($_SERVER['HTTPS']))thanks
Ray
The topic ‘php Notice:’ is closed to new replies.