Video popup not loading
-
Version 1.3.6
Hi,
I had a problem with the video popup. After a close look there was this message in ajax response : “Cheatin’?”I think the problem was that in api.php the $home_url has “www.” replaced but not $http_referer.
I solved it adding line 65 :
$http_referer = str_replace($protocols, '', $http_referer);
I add this message for requesting a fix, if I have to update the module on my website not to have to do it again.
Thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Video popup not loading’ is closed to new replies.