• Resolved azalbert

    (@azalbert)


    Hi,
    We encounter an error with last version of plugin :
    Une erreur de type E_ERROR a été causée dans la ligne 242 du fichier /wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php. Message d’erreur : Uncaught Error: Call to a member function is_expired() on null in /wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php:242

    WordPress version 5.9
    Thème actuel : JupiterX
    Extension actuelle : Smash Balloon Instagram Feed (version 6.0.3)
    PHP version 7.3.32

    Do you have a solution ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @azalbert,

    Thank you for reaching out to us for assistance. We have not yet had any other reports of this issue. First, could you test fully reinstalling the plugin. Then if the issue persists, please send us a support request on our website form here. This is so that you can include the System Info from the plugin’s Help section found by clicking the Help button in the top right of the settings page. This will allow us to dig closer into your issue and see whether we need to address this in a future update.

    Many thanks.

    Hi,
    Same issue for me

    Fatal error: Uncaught Error: Call to a member function is_expired() on null in /usr/share/wordpress/wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php:242

    Code is the following

    
    $database_settings = sbi_get_database_settings();
    
            $instagram_feed_settings = new SB_Instagram_Settings([], $database_settings);
            $instagram_feed_settings->set_feed_type_and_terms();
            $instagram_feed_settings->set_transient_name();
    
            $instagram_feed = new SB_Instagram_Feed($instagram_feed_settings->get_transient_name());
    
            $settings = $instagram_feed_settings->get_settings();
            $feed_type_and_terms = $instagram_feed_settings->get_feed_type_and_terms();
    
            if ($instagram_feed->regular_cache_exists()) {...}
    
    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @ajouve,

    We have seen a few users have issues when updating. Could you test reinstalling the plugin fully and see whether the same error remains? If it does, please let me know!

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP error with last version’ is closed to new replies.