[Support request] Fatal error message

Home Forums Support [Support request] Fatal error message

Home Forums Support Fatal error message

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #932450
    Education

    Hello,

    When I click on “Customize”, the following error shows

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 64 bytes) in /home/educmath2019/public_html/wp-includes/class-wp-hook.php on line 286

    The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.

    Please advise.

    Thanks,

    #932453
    Leo
    Staff
    Customer Support
    #932497
    Education

    Thank you Leo,

    Is this correct? Am I duplicating “@ini_set( ‘memory_limit’, ‘128M’ );” by adding “define(‘WP_MEMORY_LIMIT’, ‘128M’);”

    define( ‘DB_COLLATE’, ” );

    @ini_set( ‘upload_max_size’ , ‘125M’ );
    @ini_set( ‘post_max_size’, ‘100M’);
    @ini_set( ‘memory_limit’, ‘128M’ );

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

    Quincy

    #932526
    Leo
    Staff
    Customer Support

    Might be best to ask your host to do it for you if you aren’t comfortable modifying it.

    They should be able to it within a few minutes ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.