$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 42240 bytes) in homedh_w7t9skmorleywines.comwp-c|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 42240 bytes) in homedh_w7t9skmorleywines.comwp-c

matteradmin8PV0评论

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
Add a comment  | 

2 Answers 2

Reset to default 2

Add 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.

Post a comment

comment list (0)

  1. No comments so far