Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Allowed memory size of 134217728 bytes exhausted (tried to allocate 2097160 bytes) Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2097160 bytes)" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalErrorException in /var/www/html/manqanebi.ge/vendor/laravel/framework/src/Illuminate/Support/Collection.php:640
0
Symfony\Component\Debug\Exception\FatalErrorException
/vendor/laravel/framework/src/Illuminate/Support/Collection.php640
/var/www/html/manqanebi.ge/vendor/laravel/framework/src/Illuminate/Support/Collection.php
     * @return static
     */
    public function pluck($value, $key = null)
    {
        return new static(Arr::pluck($this->items, $value, $key));
    }
 
    /**
     * Run a map over each of the items.
     *
     * @param  callable  $callback
     * @return static
     */
    public function map(callable $callback)
    {
        $keys = array_keys($this->items);
 
        $items = array_map($callback, $this->items, $keys);
 
        return new static(array_combine($keys, $items));
    }
 
    /**
     * Run a dictionary map over the items.
     *
     * The callback should return an associative array with a single key/value pair.
     *
     * @param  callable  $callback
     * @return static
     */
    public function mapToDictionary(callable $callback)
    {
        $dictionary = [];
 
        foreach ($this->items as $key => $item) {
            $pair = $callback($item, $key);
 
            $key = key($pair);
 
            $value = reset($pair);
Arguments
  1. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 2097160 bytes)"
    

Environment & details:

Key Value
user_id
"13754"
empty
empty
empty
empty
Key Value
USER
"www-data"
HOME
"/var/www"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CDN_LOOP
"cloudflare"
HTTP_CF_CONNECTING_IP
"35.173.178.60"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_CF_RAY
"86b954dfdbff2d05-IAD"
HTTP_X_FORWARDED_FOR
"35.173.178.60"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"manqanebi.ge"
REDIRECT_STATUS
"200"
SERVER_NAME
"manqanebi.ge"
SERVER_PORT
"80"
SERVER_ADDR
"165.22.16.173"
REMOTE_PORT
"19744"
REMOTE_ADDR
"172.71.223.10"
SERVER_SOFTWARE
"nginx/1.14.0"
GATEWAY_INTERFACE
"CGI/1.1"
REQUEST_SCHEME
"http"
SERVER_PROTOCOL
"HTTP/1.1"
DOCUMENT_ROOT
"/var/www/html/manqanebi.ge/public"
DOCUMENT_URI
"/index.php"
REQUEST_URI
"/en/auto?user_id=13754"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
"user_id=13754"
SCRIPT_FILENAME
"/var/www/html/manqanebi.ge/public/index.php"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711646853.2376
REQUEST_TIME
1711646853
empty
0. Whoops\Handler\PrettyPageHandler