Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 42240 bytes) in /home/dh_w7t9sk/morleywines/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php on line 720
I can't seem to get back into my dashboard. Can you help me please
Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 42240 bytes) in /home/dh_w7t9sk/morleywines/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php on line 720
I can't seem to get back into my dashboard. Can you help me please
Share Improve this question edited Aug 12, 2017 at 5:22 Johansson 15.4k11 gold badges44 silver badges80 bronze badges asked Aug 12, 2017 at 2:11 NicolNicol 11 silver badge1 bronze badge 1- I experienced the same issue, after I delete the Js-composer plugin, my site is back – Tinh Le Commented Nov 5, 2018 at 15:07
2 Answers
Reset to default 2Add below code in wp-config.php
file.
define('WP_MEMORY_LIMIT', '256M');
For more details check "Increasing memory allocated to PHP" here https://codex.wordpress/Editing_wp-config.php
THe error message indicates an issue with the 'js-composer' plugin. Rename that folder to get control of the system.