• Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/15/3/36/33/3036033/user/3372831/htdocs/home/wp-admin/includes/comment.php on line 161

    Pops up after I try to edit and login my webpage.I am not able to log in. Is it possible to somehow clear the cache without actually logging in? or it is possible to fix this issue without being able to log in? I read in the forum where this has happened to others before but the codex did not work for me? any other suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tylerkrempp

    (@tylerkrempp)

    webpages:

    https://www.krempplumber.net

    (working but very slow)

    https://www.krempp.net

    (unable to login per above message. it worked before but was also very slow)

    any ideas on how to speed it up?

    Try increasing memory in your wp-config file through your hosting file manager or ftp. Ad the following line to the bottom of the wp-config file.
    (‘WP_MEMORY_LIMIT’, ‘256M’)

    Thread Starter tylerkrempp

    (@tylerkrempp)

    Now this pops up when I try to log in.

    Parse error: syntax error, unexpected ‘,’ in /data/15/3/36/33/3036033/user/3372831/htdocs/home/wp-config.php on line 95

    Thread Starter tylerkrempp

    (@tylerkrempp)

    I deleted a couple plug-ins and then deleted the WP Memory Code and it is now working. it is still unbearingly slow while trying to edit.

    sorry. try adding the simi-colon at the end. Make sure the word define is there also. just copy paste this.

    define( ‘WP_MEMORY_LIMIT’, ‘124M’ );

    try 124m also. 256 might be overkill

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