PHP Classes

Error

Recommend this page to a friend!

      Episode tracker  >  All threads  >  Error  >  (Un) Subscribe thread alerts  
Subject:Error
Summary:Trying the example I get an error 'No Curl_init function found'
Messages:2
Author:Daniel Padolsky
Date:2010-08-27 07:52:13
Update:2010-08-27 19:14:41
 

 


  1. Error   Reply   Report abuse  
Picture of Daniel Padolsky Daniel Padolsky - 2010-08-27 07:52:13
I tried the EP-Tracker class example and got an error that the Curl_init class couldn't be found. Any ideas how I can get this working? I'd really like to try it.

  2. Re: Error   Reply   Report abuse  
Picture of Arturs Sosins Arturs Sosins - 2010-08-27 19:14:41 - In reply to message 1 from Daniel Padolsky
It is only because you don't have a curl extension installed. I updated class to check for curl extension and use file_get_contents function if curl is not available.
Let me know if this will work for you! ;)
But it is recommended to use curl, because it is faster than file_get_contents.
Here is information for comparison:
code-snippets.co.cc/Site-optimizati ...