Does this still work for you? What version of the plugin are you using? What version of PHP and WP?
I use PHP 5.2.17 and WP 4.9.5 and tried the newest version of 1.3 and get the error:
wp-content/plugins/elvtn-zillow/elvtn_zillow_api.php on line 56
Yeah, latest version of plugin with WP 4.9.5 and PHP 7.1.
I get an error saying “Unable to load Zillow reviews.” I just got the API in an email and pasted it in and it still has the error… any ideas?
Plugin Author
elvtn
(@elvtn)
Can you enable WP_DEBUG and see if there is any details? Or if your hosting provider allows you access to server logs, there might be more info in there? You’ll also need curl enabled on your host, so make sure that is enabled as well.
Ok I will and then get back. Thanks for your help.
curl is enabled.
I entered the ZSWID api into the widget but nothing happens.
I am getting the following.
Stack trace:
#0 ………/wp-content/plugins/elvtn-zillow/zillow-wordpress-plugin.php(34): Elvtn_Zillow_Api->getPublishedLenderReviews(”, 3)
#1 ………/wp-includes/class-wp-widget.php(372): elvtn_Zillow_Reviews->widget(Array, Array)
#2 ………/wp-includes/widgets.php(742): WP_Widget->display_callback(Array, Array)
#3 ………/wp-content/themes/…/sidebar.php(7): dynamic_sidebar(‘sidebar-1’)
#4 ………/wp-includes/template.php(688): require_once(‘/home/…’)
#5 ………/wp-includes/template.php(647): load_template(‘/home/…’, true)
#6 ………/wp-includes/general-template.php(110): locate_template(Array, true)
#7 …/wp-content/themes/…/404.php(12): g in …/wp-content/plugins/elvtn-zillow/elvtn_zillow_api.php on line 48
[22-Apr-2018 17:54:00 UTC] PHP Fatal error: Uncaught Exception: Zillow partnerId is required. in ……../wp-content/plugins/elvtn-zillow/elvtn_zillow_api.php:48
Plugin Author
elvtn
(@elvtn)
Correct, you’ll need to get a Partner ID from Zillow. The partner API is much more flexible. Apologies for any confusion.