The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Fatal Error class.treeManager.php - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Fatal Error class.treeManager.php (/showthread.php?tid=964) |
Fatal Error class.treeManager.php - medtrans - 02-21-2018 Upgraded this morning to 4.3.14, I added a admin only menu item link to a page this morning and this is what I wound up with. I had to restore the menu table from a backup to get the system to work again. Below is the error item. Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 20480 bytes) in /home/mtsref/mtsreferrals.com/users/helpers/class.treeManager.php on line 133 Fatal Error class.treeManager.php - Brandin - 02-21-2018 Use ini_set to increase your memory limit (see the top of admin_backups.php) or increase the PHP Memory Limit on the server level: https://www.drupal.org/docs/7/managing-site-performance-and-scalability/changing-php-memory-limits |