Archived topic
Fatal error message
3 replies · Started by Education on June 17, 2019
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,
Hi there,
Try this:
https://docs.generatepress.com/article/increasing-php-memory-limit/
Let me know :)
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
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 :)