• one4every1

    (@one4every1)


    I am having a blog at https://www.tipstodo.biz
    As I try to login to my dashboard, I am receiving the following error message:
    Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 246272 bytes) in /home/jobathom/public_html/tipstodo.biz/wp-admin/index.php on line 13

    Please help me overcome this problem.

    Thanks & God bless

Viewing 3 replies - 1 through 3 (of 3 total)
  • Samuel B

    (@samboll)

    ftp to site or use host’s file manager to rename /plugins folder
    this will deactivate all plugins and should let you log in

    if so, rename folder back and activate plugins one by one

    Thread Starter one4every1

    (@one4every1)

    Dear Samuel,

    I tried your solution. But again it failed to login. Now the error message is this one:

      Fatal error

    : Allowed memory size of 262144 bytes exhausted (tried to allocate 77824 bytes) in /home/jobathom/public_html/tipstodo.biz/wp-admin/includes/dashboard.php on line 345

    Now what to do? Thanks however. Hope you’d come up another solution. GBU

    Samuel B

    (@samboll)

    1. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');

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

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

    Talk to your host.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't login to my Dashboard – Fatal Error’ is closed to new replies.