Deprecated: Return type of Libraries\Util\SessionManager::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 31
Deprecated: Return type of Libraries\Util\SessionManager::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 39
Deprecated: Return type of Libraries\Util\SessionManager::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 74
Deprecated: Return type of Libraries\Util\SessionManager::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 89
Deprecated: Return type of Libraries\Util\SessionManager::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 140
Deprecated: Return type of Libraries\Util\SessionManager::gc($maxLifeTime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 162
Deprecated: Creation of dynamic property Libraries\SqlConnection::$entity is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/SqlConnection.php on line 51
Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 49
Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 98
Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 75
Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 90
Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php on line 20
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 82
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 62
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 98
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 112
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 126
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 146
Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php on line 36
Warning: session_start(): Session cache limiter cannot be sent after headers have already been sent (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/index.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/index.php on line 62
404 not Found