Trace
file |
line |
class |
type |
function |
object |
args |
/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php |
182 |
Doctrine\DBAL\Driver\AbstractMySQLDriver |
-> |
convertException |
NULL |
Array
(
[0] => 'An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections'
[1] => Doctrine\DBAL\Driver\PDO\Exception
)
|
/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php |
169 |
Doctrine\DBAL\DBALException |
:: |
wrapException |
NULL |
Array
(
[0] => Doctrine\DBAL\Driver\PDO\MySQL\Driver
[1] => Doctrine\DBAL\Driver\PDO\Exception
[2] => 'An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections'
)
|
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php |
31 |
Doctrine\DBAL\DBALException |
:: |
driverException |
NULL |
Array
(
[0] => Doctrine\DBAL\Driver\PDO\MySQL\Driver
[1] => Doctrine\DBAL\Driver\PDO\Exception
)
|
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php |
412 |
Doctrine\DBAL\Driver\PDOMySql\Driver |
-> |
connect |
NULL |
Array
(
[0] => Array
(
[driver] => 'pdo_mysql'
[host] => 'localhost'
[port] => 3306
[dbname] => 'acepet'
[user] => 'acepet'
[password] => 'acepet0932992182'
[charset] => 'utf8mb4'
[collation] => 'utf8mb4_general_ci'
[collate] => 'utf8mb4_general_ci'
)
[1] => 'acepet'
[2] => 'acepet0932992182'
[3] => Array
(
)
)
|
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php |
1952 |
Doctrine\DBAL\Connection |
-> |
connect |
NULL |
Array
(
)
|
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php |
1290 |
Doctrine\DBAL\Connection |
-> |
getWrappedConnection |
NULL |
Array
(
)
|
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php |
665 |
Doctrine\DBAL\Connection |
-> |
executeQuery |
NULL |
Array
(
[0] => 'SELECT data FROM session WHERE sid=? AND expires > unix_timestamp()'
[1] => Array
(
[0] => '4f72cfda47a9331ffd558a975f8c276a'
)
[2] => Array
(
)
)
|
|
0 |
Doctrine\DBAL\Connection |
-> |
fetchColumn |
NULL |
Array
(
[0] => 'SELECT data FROM session WHERE sid=? AND expires > unix_timestamp()'
[1] => Array
(
[0] => '4f72cfda47a9331ffd558a975f8c276a'
)
)
|
/CoreRepo/App/Components/Db/Doctrine.php |
206 |
|
|
call_user_func_array |
NULL |
Array
(
[0] => Array
(
[0] => Object (Doctrine\DBAL\Connection)
[1] => 'fetchColumn'
)
[1] => Array
(
[0] => 'SELECT data FROM session WHERE sid=? AND expires > unix_timestamp()'
[1] => Array (1)
)
)
|
/CoreRepo/App/Components/Db/Doctrine.php |
491 |
App\Components\Db\Doctrine |
-> |
__call |
NULL |
Array
(
[0] => 'fetchColumn'
[1] => Array
(
[0] => 'SELECT data FROM session WHERE sid=? AND expires > unix_timestamp()'
[1] => Array (1)
)
)
|
/CoreRepo/App/Components/Session/PdoHandler.php |
44 |
App\Components\Db\Doctrine |
-> |
fetchOne |
NULL |
Array
(
[0] => 'SELECT data FROM session WHERE sid=? AND expires > unix_timestamp()'
[1] => Array
(
[0] => '4f72cfda47a9331ffd558a975f8c276a'
)
)
|
|
0 |
App\Components\Session\PdoHandler |
-> |
read |
NULL |
Array
(
[0] => '4f72cfda47a9331ffd558a975f8c276a'
)
|
/CoreRepo/App/Components/Session/Session.php |
161 |
|
|
session_start |
NULL |
Array
(
)
|
/CoreRepo/App/Components/Session/Session.php |
190 |
App\Components\Session\Session |
:: |
start |
NULL |
Array
(
)
|
/CoreRepo/App/Components/Http/Routing/Dispatcher.php |
184 |
App\Components\Session\Session |
:: |
get |
NULL |
Array
(
[0] => 'disable_redirect'
)
|
/CoreRepo/App/Components/Http/Routing/Dispatcher.php |
86 |
App\Components\Http\Routing\Dispatcher |
-> |
redirectItems |
NULL |
Array
(
[0] => App\Components\Http\Message\ServerRequest
)
|
/CoreRepo/App/Components/Application.php |
95 |
App\Components\Http\Routing\Dispatcher |
-> |
dispatch |
NULL |
Array
(
)
|
/acepet/index.php |
7 |
App\Components\Application |
-> |
run |
NULL |
Array
(
)
|