Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Old Kaltura HTML5 Player V2.11 > PHP Warning: Invalid UTF-8 sequence in argument PHP

$
0
0

resolving mixed content warnings

changed to $wgHTTPProtocol = ‘https’;​ and changed back to original

PHP Parse error: syntax error, unexpected ‘^’ in /client/kaltura/web/html5/html5lib/v2.69.5/includes/DefaultSettings.php on line 30, referer: https://mydomain.ca/index.php/kmc/kmc4

/client/kaltura/web/html5/html5lib/v2.69.5/includes/DefaultSettings.php


// The version of the library:^M

$wgMwEmbedVersion = ‘2.69.5’;

^M

// Default HTTP protocol from GET or SERVER parameters^M

;#if( isset($_GET[‘protocol’]) ) {^M

;# $wgHTTPProtocol = ($_GET[‘protocol’] == ‘https’) ? ‘https’ : ‘http’;^M

;#} else {^M

;# $wgHTTPProtocol = (isset($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] == ‘on’) ? ‘https’ : ‘http’;^M

$wgHTTPProtocol = ‘https’ ;


Viewing all articles
Browse latest Browse all 7410

Trending Articles