• Resolved guyhaines

    (@guyhaines)


    I got this error presumably when the plugin just updated

    An error of type E_COMPILE_ERROR was caused in line 107 of the file /***/wp-content/plugins/instagram-feed/instagram-feed.php. Error message: require_once(): Failed opening required ‘/***/wp-content/plugins/instagram-feed/inc/admin/class-sbi-tracking.php’ ….

    any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I had the same problem.

    Plugin Support Smash Balloon Mike

    (@smashballoonmike)

    Hey @guyhaines,

    Sorry to hear you are having issues. Can you remove the plugin and reinstall to see if this resolves the issue? To ensure your current settings are saved, please go to Instagram Feed > Configure > enable Preserve settings when plugin is removed > click Save Changes.

    Many thanks, hope you are having a great night!

    I met the same problem. It seems that the newly added file class-sbi-tracking.php was not committed in v2.4.2 and that is the cause, I guess:

    https://plugins.trac.www.ads-software.com/changeset/2305936

    As smashballoonmike says, reinstalling the plugin must fix the issue. In my case, I just added the missing file class-sbi-tracking.php in the correct path and the error disappeared ??

    Looks like you fixed it but didn’t bump the version. Please increase the version so that sites fix themselves with auto-updates.

    For anyone with ssh access and wp cli you can use the following (This command forces the most recent version to be installed again and the skip plugins flag avoids the fatal error from causing issues to wp cli) :

    wp plugin install instragram-feed --force --skip-plugins

    • This reply was modified 4 years, 6 months ago by Brian.
    • This reply was modified 4 years, 6 months ago by Brian.
    Plugin Author smashballoon

    (@smashballoon)

    Hey guys,

    Apologies for the issue. There was a 5-minute period when the update was first pushed out where a file was missing due to it not being successfully added via SVN. This was fixed within 5 minutes of the update going out and I apologize for any inconvenience here. Brian, we’ll bump the version number today to trigger auto-updates.

    John

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Recent Update Causing Site Error’ is closed to new replies.