• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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