• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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