Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Sicuro

    (@sicuro)

    Vers?o do PHP 5.6.11-1ubuntu3.1
    Vers?o do MySQL 5.6.28
    Vers?o do WordPress. 4.4.2
    Vers?o do Gravity Forms. 1.9.18

    Plugin Author Big Sea

    (@big-sea)

    Sicuro,

    Can you turn on WP_Debug and let me know if any errors get output there? That’ll help me determine your issue.

    You can enable debug mode by adding the following line to your wp-config.php and/or updating the line that might already be there, to true

    define('WP_DEBUG', true);

    Thanks,
    -Chris.

    Thread Starter Sicuro

    (@sicuro)

    Hi!
    the error:

    Fatal error: Call to undefined function curl_init() in /var/www/html/wp-content/plugins/gravityforms-hubsapot/library/hubspot/class.baseclient.php on line 223

    Thread Starter Sicuro

    (@sicuro)

    Updade?

    Plugin Author Big Sea

    (@big-sea)

    Hey Sicuro,

    Sorry for the day, we’re busy busy ??

    Unfortunately, you need cURL in order to run this plugin. It’s a PHP module that can be installed on your server.

    It’s how we connect to HubSpot, and is a VERY common module.

    https://php.net/manual/en/book.curl.php

    Hello,

    I have this identical issue and verified that curl 7.35.0 (x86_64-pc-linux-gnu) is installed on my Ubuntu web server. But this still does not fix the issue.

    What else am I missing to get this to work?

    Please help @big-sea!

    I ran these two commands on my ubuntu server and it worked!

    /*Make CURL active on server*/
    sudo apt-get install php5-curl

    /*Restart server*/
    sudo service apache2 restart

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blank page on install conect to hubspot’ is closed to new replies.