• I get this message (I have the e-commerce plugin installed onto my site http://www.i-sastera.com):
    “Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home2/isastera/public_html/wp-includes/class-simplepie.php on line 9906”

    What does this mean? What do I have to do?

Viewing 9 replies - 1 through 9 (of 9 total)
  • add this line to wp-config.php

    define('WP_MEMORY_LIMIT', '64M');

    Where do you add this line? What area?

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/taiyorkc/public_html/york912patriots/wp-includes/plugin.php on line 302

    I got the same error and my blog is “froze” it won’t let me look at posts. Where to I put that code at?

    you add it anywhere after the opening php statement

    your problem looks plugin related. if the above doesn’t work, ftp to your site or use host’s file manager and rename your plugins folder. this will deactivate all plugins and should let you log in. then activate them one by one until you find the offender.

    Thread Starter drirwan

    (@drirwan)

    Sorry for being rather uninformed. But how do I get to the “wp-config.php” file?

    it is in the root of the wordpress install

    Thread Starter drirwan

    (@drirwan)

    Now, how do I go back to the root?
    Sorry for being ignorant. WordPress was automatically installed onto my site by the hosting company.

    Hi all,

    It went very well to on installation but now..

    I can register a user after enabling user registration from the admin. I get a page cannot be found yet all the other pages load and my registration file is there too.

    Can some asist me. Thanks

    Thread Starter drirwan

    (@drirwan)

    Ok, Samboll. I have solved the problem using your tips. Thank you for your help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Fatal Error’ is closed to new replies.