I get the message (sometimes)
URLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
if i reload it is gone
does anyone know whats wrong?
I get the message (sometimes) URLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set if i reload it is gone does anyone know whats wrong? |
Here is what i have done. It has something to do with the payment... Comment out the line 832 from your inc/utils.inc.php page // ### Code removed by me ### // curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 1); By me it worked and the error did'nt showed up again. And also the payment process worked with no problem. Just in case, write a note there to know in future, if you have issues. |
I was going through the same thing - any know issues with removing the code? |