hi there, i want to install zen cart but when it reach the checking page before installing it had lots of notification that curl not compiled in php
can someone help me how to run zen-cart in my localnetwork using appserv 2.5.9
many2 thx![]()
hi there, i want to install zen cart but when it reach the checking page before installing it had lots of notification that curl not compiled in php
can someone help me how to run zen-cart in my localnetwork using appserv 2.5.9
many2 thx![]()
can someone help please
google "libcurl" to get to the dev.source page...there you will find a prompted download link...follow it to the package that matches your system...the readme will guide you from there....
If PHP5 already installed.
remove the semi-colon in front of the
;extension=php_curl.dll line in php.ini,
saving php.ini and restarting Apache.
gathered from http://au2.php.net/manual/en/curl.installation.php
This loads curl with php at startup,
But now I'm at the next stage and have this error:
# CURL requires SSL support. Please notify webmaster or hosting company. 28 => SSL connection timeout
# CURL problems detected: 56 => Proxy CONNECT aborted due to timeout
# CURL requires SSL support. Please notify webmaster or hosting company. 56 => Proxy CONNECT aborted due to timeout
I'll post a fix when I find it.
http://au2.php.net/manual/en/curl.installation.php
Well the above fix for cURL in PHP is correct, and the
"CURL requires SSL support" may be due to being loaded on the //localhost, where there are no SSL certificates,
So w SSL disabled , its working.
I'll need to set up SSL crtificates etc once I go live.... moving forward
sory for the very late reply and thanks for the solutions, I must say I installed without the curl method currently