19
Sorry, I just noticed your post.
The message says: "Either CURL extension is not installed in your PHP system or the returning data is empty FreeContent needs CURL library functions to be operating"
If Curl is installed, that would mean the returning data is empty. I set a 15 seconds Timeout for Curl to retrieve a webpage, if you have a slow line, this could not be sufficient, try to slightly increase that value by editing the wenli.class.php file line 374:
curl_setopt($ch, CURLOPT_TIMEOUT, 15); // times out after 15s
for exemple 25
wjue
Quote:
DobePhat wrote:
How about this "Curl" issue?
It's installed as an extension yet the mod still says I don't have it installed?