• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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