• laurawassertheurer

    (@laurawassertheurer)


    Hello,

    I am not able to edit one of the pages on my wordpress website (www.nrgkick.com) anymore. It shows a critical errror and I get this message per E-Mail:

    An error of type E_ERROR was caused in line 2209 of the file /www/htdocs/w01a7536/nrgkick.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-template-builder.php. Error message: Allowed memory size of 536870912 bytes exhausted (tried to allocate 2101248 bytes) (this message is translated from german, so might not be 100% accurate)

    How can I fix this error without extending the memory size on the server side?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @laurawassertheurer

    You can find your error in Common WordPress Errors page:

    Allowed memory size exhausted

    An Allowed Memory Size Exhausted error means that your WordPress installation doesn’t have enough memory to achieve what you want. You can try out the following steps:

    • Increase your memory limit in wp-config.php
    • Increase your memory limit by editing php.ini. This is not a file that comes with WordPress so if you are unfamiliar with it you should contact your web host about increasing your memory limit.

    You’ll find more details to increase the memory limit in wp-config.php here: https://developer.www.ads-software.com/apis/wp-config-php/#increasing-memory-allocated-to-php

    • This reply was modified 1 year, 1 month ago by luk4.
    Thread Starter laurawassertheurer

    (@laurawassertheurer)

    Hi, thanks for the fast reply!

    Is there any other way to solve this problem except for increasing the memory limit? E.g. can I reduce the memory size that is needed?

    The errors is raised by a file from your theme, Enfold. You can try to ask to the theme support if they can help with that. If your theme is not up-to-date, try to update it. Be sure to have a backup first.

    You can also try to reduce your website’s memory usage by disabling/removing memory-hungry plugins. At least temporarily, to let you make the page update you mentioned. But sooner or later, you’ll have to sort this memory issue out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Typ E_ERROR – allowed memory size exhausted’ is closed to new replies.