Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 655360 bytes) in /volume1/web_packages/joomla/libraries/vendor/maximebf/debugbar/src/DebugBar/DataCollector/MessagesCollector.php on line 171
}, $collector->getMessages()); $messages = array_merge($messages, $msgs); } // sort messages by their timestamp usort($messages, function ($a, $b) { if ($a['time'] === $b['time']) { return 0; } return $a['time'] < $b['time'] ? -1 : 1; });|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 655360 bytes) at /volume1/web_packages/joomla/libraries/vendor/maximebf/debugbar/src/DebugBar/DataCollector/MessagesCollector.php:171 |