lightsb Posted November 2, 2014 Share Posted November 2, 2014 (edited) Hi, when push the blog button i have an error .. Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/........./public_html/classes/Media.php on line 196 how to solve ? my presta version: 1.5.6.2 Thx. Edited November 2, 2014 by lightsb (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 2, 2014 Share Posted November 2, 2014 what blog module you use? it's not default prestashop feature so i suppose that you use some custom solution Link to comment Share on other sites More sharing options...
lightsb Posted November 2, 2014 Author Share Posted November 2, 2014 Yes is not default ... the name of blog module is lof blog manager and lof blogs category. Developer for these module said it is a matter of prestashop. Thx Link to comment Share on other sites More sharing options...
tuk66 Posted November 5, 2014 Share Posted November 5, 2014 Media.php, line 196 if (!array_key_exists('host', $url_data) Media.php, line 195 $url_data = parse_url($js_uri); The module probably calls getJSPath($js_uri) method with wrong $js_uri parameter. Link to comment Share on other sites More sharing options...
Recommended Posts