Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To "uncomment" A Line Of Php Code


jwalker

Recommended Posts

Hello

 

I have a problem in one of my files, and in the code it stated if I get an error 60 I should uncomment the next line of code. All is well, except I don't know what *&^$ it means to uncomment a line. PLEASE help. Below is the line I need to uncomment (along with the one that tells me to):

 

// uncomment the next line if you get curl error 60: error setting certificate verify locations

//curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

Link to comment
Share on other sites

// uncomment the next line if you get curl error 60: error setting certificate verify locations
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...