Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4305280 bytes) Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4305280 bytes)" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalErrorException in /home/wedushare/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:337
0
Symfony\Component\Debug\Exception\FatalErrorException
/vendor/laravel/framework/src/Illuminate/Database/Connection.php337
/home/wedushare/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php
     * @return array
     */
    public function select($query, $bindings = [], $useReadPdo = true)
    {
        return $this->run($query, $bindings, function ($query, $bindings) use ($useReadPdo) {
            if ($this->pretending()) {
                return [];
            }
 
            // For select statements, we'll simply execute the query and return an array
            // of the database result set. Each element in the array will be a single
            // row from the database table, and will either be an array or objects.
            $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
                              ->prepare($query));
 
            $this->bindValues($statement, $this->prepareBindings($bindings));
 
            $statement->execute();
 
            return $statement->fetchAll();
        });
    }
 
    /**
     * Run a select statement against the database and returns a generator.
     *
     * @param  string  $query
     * @param  array  $bindings
     * @param  bool  $useReadPdo
     * @return \Generator
     */
    public function cursor($query, $bindings = [], $useReadPdo = true)
    {
        $statement = $this->run($query, $bindings, function ($query, $bindings) use ($useReadPdo) {
            if ($this->pretending()) {
                return [];
            }
 
            // First we will create a statement for the query. Then, we will set the fetch
            // mode and prepare the bindings for the query. Once that's done we will be
Arguments
  1. "Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4305280 bytes)"
    

Environment & details:

Key Value
q
"WeduAbroad"
empty
empty
empty
empty
Key Value
USER
"wedushare"
HOME
"/home/wedushare"
SCRIPT_NAME
"/server.php"
REQUEST_URI
"/search?q=WeduAbroad"
QUERY_STRING
"q=WeduAbroad"
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.1"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_QUERY_STRING
"q=WeduAbroad"
REDIRECT_URL
"/search"
REMOTE_PORT
"53846"
SCRIPT_FILENAME
"/home/wedushare/public_html/server.php"
SERVER_ADMIN
"webmaster@wedushare.com"
CONTEXT_DOCUMENT_ROOT
"/home/wedushare/public_html"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/home/wedushare/public_html"
REMOTE_ADDR
"34.229.223.223"
SERVER_PORT
"443"
SERVER_ADDR
"103.212.120.234"
SERVER_NAME
"wedushare.com"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
""
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
HTTP_X_HTTPS
"1"
HTTP_HOST
"wedushare.com"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
proxy-nokeepalive
"1"
SSL_TLS_SNI
"wedushare.com"
HTTPS
"on"
HTTP_AUTHORIZATION
""
SCRIPT_URI
"https://wedushare.com/search"
SCRIPT_URL
"/search"
UNIQUE_ID
"ZfkyN10PPaM5l-OzLtJMjgAAAAU"
REDIRECT_STATUS
"200"
REDIRECT_SSL_TLS_SNI
"wedushare.com"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SCRIPT_URI
"https://wedushare.com/search"
REDIRECT_SCRIPT_URL
"/search"
REDIRECT_UNIQUE_ID
"ZfkyN10PPaM5l-OzLtJMjgAAAAU"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/server.php"
REQUEST_TIME_FLOAT
1710830135.2898
REQUEST_TIME
1710830135
argv
array:1 [
  0 => "q=WeduAbroad"
]
argc
1
empty
0. Whoops\Handler\PrettyPageHandler