• When I try to run the Pinnion button in the visual editor I get a pop-up with the following error:

    Fatal error: Call to undefined function curl_init() in D:\xampp\htdocs\nitrowiki\wp-content\plugins\pinnion\PinnionAPI.class.php on line 128

    I have an active pinnion and I’m trying to add it to a post. Have I missed a step installing?

    Cheers,

    L

    https://ww.wp.xz.cn/plugins/pinnion/

Viewing 1 replies (of 1 total)
  • The error you’re seeing is related to not having curl enabled on your xamp server stack. The Pinnion plugin uses this to get a list of your surveys.

    In this case your xamp server is located at D:\xampp\

    You’ll find a php configuration file located at D:\xampp\php\php.ini

    In this file, you’ll need to uncomment the line, by removing the semi-colon, containing:
    ;extension=php_curl.dll

    Then restart your apache server.

    Hope that helps!

    Regards,

    Robert

Viewing 1 replies (of 1 total)

The topic ‘Visual Editor Issue’ is closed to new replies.