Comments 2Nicolae started the conversationSeptember 2, 2016 at 4:40pmHi I get this error and added 64 Mb to wp-config but the error is still there. 0720a204-0d01-46bd-8ae5-e1d3cb57aead I get this error when I try to customise site clicking on the template and customise.PHP.ini has 64 Mb allowed but I cant have anymore 8,996Tahir repliedSeptember 2, 2016 at 4:58pmHey , You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP . Add this to wp-config.php via FTP after the WP_debug line : define( 'WP_MEMORY_LIMIT', '128M' );define( 'WP_MAX_MEMORY_LIMIT', '128M' );Bes.t ThemeNectar Support Team 2Nicolae repliedSeptember 2, 2016 at 5:04pmIt worked many thanks Sign in to reply ...
Hi I get this error and added 64 Mb to wp-config but the error is still there. 0720a204-0d01-46bd-8ae5-e1d3cb57aead
I get this error when I try to customise site clicking on the template and customise.
PHP.ini has 64 Mb allowed but I cant have anymore
Hey ,
You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .
Add this to wp-config.php via FTP after the WP_debug line :
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '128M' );
Bes.t
ThemeNectar Support Team
It worked many thanks