• I was having an issue with a WSOD on every page in wp-admin after this plugin was installed (the main site worked fine). It turns out that the issue was that the plugin requires php curl support which I did not have installed. It might be nice to add a requirements section in the installation instructions noting that curl support is required, or possibly even running a check once the plugin is installed and, if curl support isn’t available, letting the user know that they need to install it. With an ubuntu server fixing it was as easy as:

    sudo apt-get install php5-curl

    http://wordpress.org/extend/plugins/hubspot/

Viewing 1 replies (of 1 total)
  • Hmm… I’ve now done that but I’m still getting an error whenever I try to activate the plugin.

    I’m on WP 4.2 and trying to activate the latest version of the plugin. I’m on a Windows 2003 server.

    When I try to activate, I get the following error:
    The website encountered an error while retrieving http://www.ecpuniversity.com/wordpress/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=. It may be down for maintenance or configured incorrectly.

    And then when I try to go anywhere else in the WP admin, I get the following error:
    The website encountered an error while retrieving http://www.ecpuniversity.com/wordpress/wp-admin/. It may be down for maintenance or configured incorrectly.

    Is anyone else experiencing this issue?? I can’t activate the plugin without killing the WP admin. The front-end of the site all still works fine though.

    I’m stumped.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: HubSpot for WordPress] WSOD in wp-admin (solved)’ is closed to new replies.