• Resolved oceanbluesky

    (@oceanbluesky)


    Hi after updating from 3.9(prior version?) to 3.9.1 the WP-ADMIN page displays this message:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 122880 bytes) in /data/9/3/15/142/3015142/user/3347818/htdocs/marsartists/wp-admin/includes/screen.php on line 489

    the site still works for public view here:
    https://factualfiction.com/marsartists/

    wondering where to start repairing this? thank you

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

    (@oceanbluesky)

    thanks esmi!

    To no avail I’ve tried adding this line to the WP-CONFIG.php file:
    define(’WP_MEMORY_LIMIT’, ‘256M’);

    Another suggestion is:
    “2. If you don’t have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 64M “

    The only text in the .htaccess file is:
    Options -Indexes

    When I cut and paste “php_value memory_limit 64M” into that file a server error results…

    Should I add that text in another way to the .htaccess file or should it be a simple cut and paste?

    Is there a way to disable plug-ins via Dreamweaver’s FTP? Should I just rename the the plug-in folder, for example?

    thanks again!

    Did you try asking your hosts for assistance?

    Thread Starter oceanbluesky

    (@oceanbluesky)

    thank you I’ll give that a try now…(just wanted to be sure I tried everything else…was this code just supposed to be cut and pasted into the .htaccess file:

    php_value memory_limit 64M

    right below “Options -Indexes” ?

    thanks, will contact host now

    Thread Starter oceanbluesky

    (@oceanbluesky)

    host was a bit difficult to contact…by disabling the plugin “blogger-importer” in wp-content > plugins the error message no longer occurs

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error message after updating to 3.9.1’ is closed to new replies.