• Resolved wellconnit

    (@wellconnit)


    Hi Team,

    The plugin has stopped loading past the containers and the container dropdown in blank.

    We recently started seeing the following issue in the error_log of the wp-admin folder.

    [21-Feb-2023 11:52:36 UTC] PHP Fatal error:? Uncaught TypeError: Return value of Windows_Azure_Generic_List_Response::current() must be an instance of mixed, array returned in /home/xyz/public_html/wp-content/plugins/windows-azure-storage/includes/class-windows-azure-generic-list-response.php:145

    Stack trace:

    #0 /home/xyz/public_html/wp-content/plugins/windows-azure-storage/windows-azure-storage-settings.php(294): Windows_Azure_Generic_List_Response->current()

    #1 /home/xyz/public_html/wp-admin/includes/template.php(1785): windows_azure_storage_setting_storage_container(Array)

    #2 /home/xyz/public_html/wp-admin/includes/template.php(1739): do_settings_fields(‘windows-azure-s…’, ‘windows-azure-s…’)

    #3 /home/xyz/public_html/wp-content/plugins/windows-azure-storage/windows-azure-storage-settings.php(87): do_settings_sections(‘windows-azure-s…’)

    #4 /home/xyz/public_html/wp-includes/class-wp-hook.php(308): windows_azure_storage_plugin_options_page(”)

    #5 /home/xyz/public_html/wp-includes/class-wp-hook.php(332): WP_Hook- in /home/xyz/public_html/wp-content/plugins/windows-azure-storage/includes/class-windows-azure-generic-list-response.php on line 145

    We believe the error started a few months ago, but haven’t been able to work out exactly when.

    WordPress is 6.11

    PHP is 7.4

    Plugin is 4.3.4

    If anyone has seen it and know’s how to rectify please let me know.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darin Kotter

    (@dkotter)

    Thanks for the report. In looking into this, I found the issue. We solved a problem with PHP 8.1 but in doing so, we broke compatibility with PHP 7.4.

    We are currently deciding whether we make PHP 8.0 our minimum (which solves things here) or if we try and keep support for PHP 7.4. In the meantime though, there’s two options that will fix this:

    1. Rollback the plugin to v4.3.3
    2. Upgrade the PHP version on your server to PHP 8.0+
    Thread Starter wellconnit

    (@wellconnit)

    @dkotter ,

    Thanks for looking into that, we’ve upgraded to 8.0 and it’s fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Broken’ is closed to new replies.