• Resolved delanet

    (@delanet)


    While trying to open admin bar editor:

    An error of type E_ERROR was caused in line 550 of the file /xxx/wp-content/plugins/ultimate-dashboard/modules/admin-bar/class-admin-bar-module.php. Error message: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes)

    PHP 8.1, latest WordPress, latest plugin (pro-version)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author David Vongries

    (@davidvongries)

    Sounds like the memory is exhausted, please try adding the following code to your wp-config.php file:

    define( 'WP_MAX_MEMORY_LIMIT' , '512M' );

    Thread Starter delanet

    (@delanet)

    This didn’t help (and anyway, I don’t think it’s just a lack of memory, but some bug or other situation leads to some kind of memory leak.) I tried the same page on another site as well – the same problem repeats itself. So it’s edit.php?post_type=udb_widgets&page=udb_admin_bar

    Ultimate Dashboard Version 3.7.2
    Ultimate Dashboard PRO Version 3.6.4

    Plugin Author David Vongries

    (@davidvongries)

    I’m unable to replicate this issue on my end. Can you try if that’s still the case with all other 3rd party plugins deactivated? Curious if that makes any difference.

    Having a similar issue – 500 errors when this plugin is activated. It’s easily replicated.

    Plugin Author David Vongries

    (@davidvongries)

    We had a few similar reports over time but were never able to replicate this ourselves. Does the issue persist for you on a different hosting environment? I can imagine this to happen on a server with low resources.

    Chris

    (@chrisvedlee)

    Same here, once clicked the admin bar editor, error 500 is showing and then critical error….

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Admin bar editor causes critical error’ is closed to new replies.