• Resolved Mhord

    (@mhord)


    Im receiving the following error trying to access thru “/wp-admin/” and the only way I can go back to the dashboard is deleting the wp-config.php and redoing install.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/rcfgprev/public_html/wp-includes/js/tinymce/langs/wp-langs.php on line 222

    Also tried increasing memory limit in the default-constants.php like this:

    if ( !defined('WP_MEMORY_LIMIT') ) {
    		if( is_multisite() ) {
    			define('WP_MEMORY_LIMIT', '128M');
    		} else {
    			define('WP_MEMORY_LIMIT', '64M');
    		}
    	}
    
    	if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {
    		define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    	}

    With no avail…

Viewing 6 replies - 1 through 6 (of 6 total)
  • You will need to contact your host with the problem see if they can increase the limit

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    What plugins are you running? Have you started by turning them all off?

    Thread Starter Mhord

    (@mhord)

    Only health check as its a fresh wp install… And that error causes the dashboard to be unattainable. Im stuck on it and only can get in resetting the wp-config, contacting the host right now to see if the problem is server side.

    Thread Starter Mhord

    (@mhord)

    Ok deleted all the plugins including akismet got access back but the dashboard on the blog widget, plugin widget and linked site widget shows the next error:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/rcfgprev/public_html/wp-includes/class-simplepie.php on line 2829

    It seems that this is server side memory issues 😛

    Thread Starter Mhord

    (@mhord)

    Yep server side issue, thanks for the input.

    You are welcome

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Memory Limit Problem’ is closed to new replies.