• Resolved Argentum

    (@argentum)


    After updating to version 3.25, my WordPress site crashed with a critical error. Here’s the error message from the debug log:
    PHP Fatal error: Uncaught Error: Using $this when not in object context in /wp-content/plugins/media-library-assistant/includes/class-mla-polylang-support.php:108
    Stack trace excerpt:
    MLA_Polylang::initialize()
    MLA::initialize()
    It appears the plugin is calling a non-static context ($this) from a static method, which causes the site to break on load.

    I’ve rolled back to version 3.24, which works fine. Please advise when a fix is available, or if there’s a workaround for version 3.25.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve replaced the file /wp-content/plugins/media-library-assistant/includes/class-mla-polylang-support.php, line 108 by :

    add_filter( ‘mla_setting_table_submenu_arguments’, ‘MLA_Polylang::mla_list_table_submenu_arguments’, 10, 2 );

    and the error disappears

    @nlahm Thank you, that solved also at my installation the problem!

    Plugin Author David Lingren

    (@dglingren)

    Thanks for your report. I deeply regret the trouble caused by the v3.25 update for Polylang users.

    I have released MLA v3.26, which contains the fix for this problem. I am marking this topic resolved, but please update it if the problem persists. Thanks for your understanding and your interest in MLA.

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

The topic ‘3.25 crash’ is closed to new replies.