• I received both these error messages today.

    This one when I went to my homepage:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/dstryder/public_html/wp-includes/locale.php on line 34

    This one when I tried to access my login area:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/dstryder/public_html/wp-includes/widgets.php on line 884

    I Do not host my site with wordpress, and I can access ,my web servers and I checked the sql database and it is ok. I do not know what happened, this is the first time it happened.

    Here is my website link, Dynamic Studios

Viewing 2 replies - 1 through 2 (of 2 total)
  • Could just be a matter of increase memory allocated to PHP. Talk with your host.

    ————————————————–
    Two methods for increasing the amount of memory a PHP script may consume

    If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 8M try 16M:
    memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)

    If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 16M

    Thread Starter darkstryder

    (@darkstryder)

    I tried the .htaccess route, and nothing. I have contacted my web host and they will look into it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error when trying to access both Website and Login area’ is closed to new replies.