• Hello everyone ??

    I have upload my wordpress site on server without any plugin. after that i have installed Jetpack and i am getting this error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/xxxxx/public_html/wp-admin/menu-header.php on line 101. I have also tried to add define('WP_MEMORY_LIMIT', '64M');

    but not worked. Now i don’t know what to do ??

    Currently i have no plugin installed on my wordpress.

    Any ideas or suggestions? Thanks.

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Jetpack – Fatal error: Allowed memory size of 33554432 bytes exhausted’ is closed to new replies.