• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

PinnacleCart Admin

S

ScottT

Guest
Hello,

After installing PinnacleCart using Plesk APS, I get the following error when trying to access PinnacleCart administrator area (http://www.yoursitename.com/[folder]/admin.php)

Fatal error: Call to undefined function curl_init() in C:\Inetpub\vhosts\yoursitename.com\httpdocs\cart\content\classes\class.iono.php on line 325

- I am running Plesk 10.4.4 Update #12.
- Using phpinfo, I have verified that curl is installed and enabled.
- I have reproduced this error on two servers.

Any idea what is wrong and how to fix it? Thanks.
 
Make sure that php_curl.dll extension is enabled in php.ini.
 
Yes. extension=php_curl.dll is already enabled in php.ini. I have verified that curl is installed and enabled. I'm running default Plesk configuration, so I expect this issue easily reproduced by anyone.
 
I fixed this by copying the cURL files (libeay32.dll and ssleay32.dll) to the SysWOW64 directory.
 
Back
Top