• Resolved sosukeinu

    (@sosukeinu)


    So,…it took me a long,….long time to track down why my error messages displayed with define(‘WP_DEBUG’, true); stopped showing up, and all errors where skipping the error log. But I’ve verified deactivating Instagram feed makes them instantly reappear. Reactivating makes them disappear. This is verified on multiple site. Please let me know how to change this behavior, as it makes the plugin unusable in a development environment. Thank you.

    https://ww.wp.xz.cn/plugins/instagram-feed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey sosukeinu,

    I apologize, it looks like I turned off error reporting within the plugin when testing and didn’t take it back out again. You can fix this by removing the following line from the very bottom of the plugin’s instagram-feed.php file:

    error_reporting(0);

    I’ll remove this permanently in the next update. Apologies for the inconvenience and I hope you’re having a good weekend.

    John

    Thread Starter sosukeinu

    (@sosukeinu)

    Thank you for the quick response. I could have sworn i searched for the string ‘error_reporting(0);’ throughout my wordpress project, but it obviously missed one. I appreciate you addressing the problem so quickly.

    Plugin Author smashballoon

    (@smashballoon)

    No problem, I apologize again for the inconvenience and appreciate you letting me know about the problem. I’ll have this taken care of permanently in the next update.

    I hope you had a good weekend.

    John

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Instagram Feed Blocking Error Messages’ is closed to new replies.