This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Curl detection
#1

Is something wrong with Curl detection?
-------------------------------------------------

1. Comments installer detects curl problems (this is a "http:domain/comments/installer/" curl section text copy/paste, unformated):

Fail
cURL package is installed

2. phpinfo() shows curl as installed (unformated text again):

curl
cURL support enabled
cURL Information libcurl/7.24.0 OpenSSL/1.0.0 zlib/1.2.3 libidn/1.18

What can be wrong here?

lp, stariocek
Reply
#2

Hi,

Can you try the following in /installer/index.php

Replace:
PHP Code:
<?php 
if (function_exists('curl_version') && is_callable('curl_version')) {

With:
PHP Code:
<?php 
if (extension_loaded('curl')) {

Have you completed the interview?
Reply
#3

Replaced. Installer says 'Fail' for Curl.
Reply
#4

Please excuse me. Curl is at status 'Pass', System() fails and Magic Quotes fails, too. Please forget about this thread, Curl is well.

Please have a look at the screenscot in atachment ...

I've mixed up statuses and install prerequests. Again - excuse me.

lp, stariocek


Attached Files Thumbnail(s)
   
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by stariocek
10-Jul-2012, 07:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)