Allowed memory size of 134217728 bytes exhausted (tried to allocate 196608 bytes)
Error:
An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/Error/ErrorHandler.php line 212 → ErrorHandler::handleFatalError()
}
list($error, $log) = static::mapErrorCode($code);
if ($log === LOG_ERR) {
return static::handleFatalError($code, $description, $file, $line);
}
- CORE/Cake/Core/App.php line 970 → ErrorHandler::handleError()
if (!is_callable($errorHandler)) {
return;
}
call_user_func($errorHandler, $lastError['type'], $lastError['message'], $lastError['file'], $lastError['line'], array());
}
- CORE/Cake/Core/App.php line 943 → App::_checkFatalError()
if (static::$_objectCacheChange) {
Cache::write('object_map', static::$_objects, '_cake_core_');
}
static::_checkFatalError();
}
- [internal function] → App::shutdown()