• i cant view my dashboard its showing Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/bdwild/public_html/blog/wp-admin/menu.php on line 254
    what should i do ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Go in via FTP and rename your plugins folder to plugins-old. That should get you back in.

    Then once you’re in, re-rename the folder back to plugins, and turn them on one at a time. See when it breaks.

    Thread Starter s0ur0v

    (@s0ur0v)

    re-rename the folder back to plugins it showing same error again. ??

    Sorry but rename the plugin folder won’t resolve the memory issue, you must increase the memory limit in the wp-configg.php by using the following code, it will set 64M memory to your blog.

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Thread Starter s0ur0v

    (@s0ur0v)

    what should i do in wp-config.php ? ? i am new pls help me

    should i paste define(‘WP_MEMORY_LIMIT’, ’64M’); in wp-config.php?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fatal error’ is closed to new replies.