CURL not compiled into PHP Error on Zen Cart 1.5

Asked By 0 points N/A Posted on -
qa-featured

I am getting an error on Zen Cart 1.5 on installing the website with OpenSuSE 11.3. After all the successful process, the error appears when visiting Zen Cart Setup Page on my browser to start the installation. After reading the Welcome page and agreed on the license agreements, an error is presented:

Zen Cart® Setup – System Inspection

Take a moment to check whether your webserver supports the features required for Zen Cart® to operate. Please resolve any errors or warnings before continuing. Then click on install to continue.

Attention: Problems Found

CURL not compiled PHP – notify server administrator

CURL not compiled into PHP – notify server administrator

SHARE
Answered By points N/A #117747

CURL not compiled into PHP Error on Zen Cart 1.5

qa-featured

Hello,

This error is happening because of a simple line coding mistake. Just fix this issue following these steps:

1. The best choice will be installing the latest XAMPP. Download latest XAMPP.

2. Edit a file called “php.ini”. This file will be on “C:serverxamppapachebinphp.ini” or according to your XAMPP directory.

From the file, uncomment the text that includes “extension=php_curl.dll”. Then restart Apache.

Now try to install CURL again. I’m sure that it’ll give no more error.

Related Questions