Viewing 4 replies - 1 through 4 (of 4 total)
  • Krishna

    (@1nexus)

    Add the following line in your wp-config.php below the opening <?php in that file:

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

    If it doesn’t help, change the memory_limit in your php.ini (if you have access to that file) to increase memory to 64M:

    memory_limit = 64M;

    If that also does not work or if you cannot increase the memory limit, you may need to contact your host.

    Thread Starter shadowx20

    (@shadowx20)

    Yeah none of them seem to work
    I will contact them right away
    Thanks for your support
    Very appreciated

    Mark Ratledge

    (@songdogtech)

    my wordpress blog hosted on 000 webhost….

    Very cheap and free hosts are not a good idea; you will always have issues with them. See Recommended WordPress Web Hosting

    Thread Starter shadowx20

    (@shadowx20)

    Well I noticed the issues I have been having lately, thanks for the link and for all your help

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fatal Error : Memory Limit’ is closed to new replies.