WPIntell

Source evidence

Unbounce Pages – page is blank after plugin installation

Unbounce Landing Pages · support · 2016-02-05T16:52:00+00:00

complaintsentiment
highseverity
0.97relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jpm1234 unresolved
After installing the plugin (Unbounce Version 1.0.16) and clicking on the new “Unbounce Pages” menu item on the left all I was shown was a blank page. We self-host on our own VPS running Ubuntu 14.04. I thought at first there was some sort of javascript compatibility error, but finally tracked down the problem after turning on debug mode in wp-config. The “Unbounce Pages” showed the following error after turning on debug mode: “Fatal error: Call to undefined function curl_init()” I didn’t see Curl anywhere in the plugin installation requirements.. Or any mention of it on the offical site’s documentation, which just mentions: Self hosted WordPress site, Access to your site admin, PHP version 5.3 or higher. ( http://documentation.unbounce.com/hc/en-us/articles/205346520 ) You should probably list “php5-curl” as a requirement or check for the existence of the curl function in php and display an error stating it needs to be installed. I was able to get things working by installing php5-curl and then restarting apache: # sudo apt-get install php5-curl # sudo service apache2 restart Hopefully this helps someone else. https://wordpress.org/plugins/unbounce/ I confirm, curl needed to cure this error.

Comments

1 shown
Webprom Design 2017-01-05T12:38:00+00:00

I confirm, curl needed to cure this error.