Page 1 of 1

NorPrice V4 not working.

Posted: Fri Feb 28, 2014 2:13 pm
by norman
Some servers security permissions are preventing NorPrice V4 ECB running.

You can test for this by going to e.g. http://<mysite.com>/acatalog/norpricejs.php - and if you see an error message like below you have this problem.

Code: Select all

Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in .... /norpricegetecbrates.php on line 8
Try this for a fix. Edit file norpricegetecbrates.php (in your Site folder) and amend the line:

Code: Select all

        curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
to be

Code: Select all

        // curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
Then Update and see if that helps.