PHP Fatal error just started appearing
-
In the last few days I’ve started getting the following PHP fatal error whenever the WordPress cron job runs (domain and usernames changed to protect my client as this is a public post):
PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/framework/WDIInstagram.php:322
Stack trace:
#0 /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/framework/WDIInstagram.php(292): WDIInstagram->getChildMediaById(‘179105599933196…’)
#1 /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/framework/WDIInstagram.php(260): WDIInstagram->getMediaChildren(‘178567726394655…’)
#2 /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/framework/WDIInstagram.php(59): WDIInstagram->convertPersonalData(Array)
#3 /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/framework/WDIInstagram.php(393): WDIInstagram->getUserMedia(‘myusername…’)
#4 /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/wd-instagram-feed.php( in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/wd-instagram-feed/framework/WDIInstagram.php on line 322Is this a problem with your plugin?
Thanks ??
- The topic ‘PHP Fatal error just started appearing’ is closed to new replies.