• Hi Guys,

    I’m new to word press.
    my work used to have Word press 4.2.1 (just took over the job from someone else) and i have started updating more into the websites and for some reason the layout randomly changes. So i have installed 4.2.5 version of wordpress.

    and now all the layout of the websites completely changed (not in the admin section) – however still functional. But it has an error saying:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 801195 bytes) in /home/s1014810/public_html/wp-includes/formatting.php on line 472

    What should i do?? and it stated 16 outdated plugins. should i update those? will that help?

Viewing 1 replies (of 1 total)
  • 1. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '64M');
    or
    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    or
    3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M
    or
    4. Talk to your host.
Viewing 1 replies (of 1 total)

The topic ‘Installed 4.2.5 and have error’ is closed to new replies.