https://dev.oceanexpert.org/index.php/document/888

Log Messages

  • Info. & Errors 1
  • Deprecations 297
  • Debug 111
  • PHP Notices 0
  • Container 726

Informational and error log messages generated during the execution of the application.

Level
  • Emergency
  • Alert
  • Critical
  • Error
  • Warning
  • Notice
  • Info
Channel
  • request
  • security
Message
INFO request Matched route
"view_document"
.
0 of 0
[ "route" => "view_document" "route_parameters" => [ "_route" => "view_document" "_controller" => "OceanExpertBundle\Controller\DocumentController::viewDocumentAction" "idDoc" => "888" ] "request_uri" => "https://dev.oceanexpert.org/index.php/document/888" "method" => "GET" ]
INFO security Populated the TokenStorage with an anonymous Token.
CRITICAL request Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT d0_.id_fileformat AS id_fileformat_0, d0_.version AS version_1, l1_.languagename AS languagename_2, d0_.id_file AS id_file_3, f2_.filename AS filename_4, f2_.url AS url_5, f2_.size AS size_6, f2_.content AS content_7, f2_.path AS path_8 FROM document_files d0_ LEFT JOIN files f2_ ON (f2_.id_file = d0_.id_file) LEFT JOIN languages l1_ ON (f2_.id_language = l1_.id_language) WHERE d0_.id_doc = ?' with params ["888"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'oceanexpert_dev.files' doesn't exist" at /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 61
0 of 0
[ "exception" => Doctrine\DBAL\Exception\TableNotFoundException {#2869 -driverException: Doctrine\DBAL\Driver\PDO\Exception {#2876 …} #message: """ An exception occurred while executing 'SELECT d0_.id_fileformat AS id_fileformat_0, d0_.version AS version_1, l1_.languagename AS languagename_2, d0_.id_file AS id_file_3, f2_.filename AS filename_4, f2_.url AS url_5, f2_.size AS size_6, f2_.content AS content_7, f2_.path AS path_8 FROM document_files d0_ LEFT JOIN files f2_ ON (f2_.id_file = d0_.id_file) LEFT JOIN languages l1_ ON (f2_.id_language = l1_.id_language) WHERE d0_.id_doc = ?' with params ["888"]:\n \n SQLSTATE[42S02]: Base table or view not found: 1146 Table 'oceanexpert_dev.files' doesn't exist """ #code: 0 #file: "/var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php" #line: 61 -previous: Doctrine\DBAL\Driver\PDO\Exception {#2876 …} trace: { /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:61 { Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) … › case '1146': return new TableNotFoundException($message, $exception);} /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 { Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) … › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) { return $driver->convertException($msg, $driverEx);} } /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:159 { Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Driver $driver, Throwable $driverEx, $sql, array $params = []) … › › return self::wrapException($driver, $driverEx, $msg);} } /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:2226 { Doctrine\DBAL\Connection->handleExceptionDuringQuery(Throwable $e, string $sql, array $params = [], array $types = []): void … › $sql, $this->resolveParams($params, $types)) } /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1313 { Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) … › $this->handleExceptionDuringQuery( $e, $sql, } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 { Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) … › { return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);} } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:338 { Doctrine\ORM\Query->_doExecute() … › › return $executor->execute($this->_em->getConnection(), $sqlParams, $types);} } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1000 { Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) … › › $stmt = $this->_doExecute();} /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:954 { Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) … › › return $this->executeIgnoreQueryCache($parameters, $hydrationMode);} } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:757 { Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) … › { return $this->execute(null, $hydrationMode);} } /var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/DocumentController.php:1517 { OceanExpertBundle\Controller\DocumentController->viewDocumentAction($idDoc) … › ->getQuery() ->getResult();$docGroupListArr = array(); } /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:169 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/html/oceanexpert_dev/web/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:61 { Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) … › case '1146': return new TableNotFoundException($message, $exception);} /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 { Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) … › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) { return $driver->convertException($msg, $driverEx);} } /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:159 { Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Driver $driver, Throwable $driverEx, $sql, array $params = []) … › › return self::wrapException($driver, $driverEx, $msg);} } /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:2226 { Doctrine\DBAL\Connection->handleExceptionDuringQuery(Throwable $e, string $sql, array $params = [], array $types = []): void … › $sql, $this->resolveParams($params, $types)) } /var/www/html/oceanexpert_dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1313 { Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) … › $this->handleExceptionDuringQuery( $e, $sql, } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 { Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) … › { return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);} } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:338 { Doctrine\ORM\Query->_doExecute() … › › return $executor->execute($this->_em->getConnection(), $sqlParams, $types);} } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1000 { Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) … › › $stmt = $this->_doExecute();} /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:954 { Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) … › › return $this->executeIgnoreQueryCache($parameters, $hydrationMode);} } /var/www/html/oceanexpert_dev/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:757 { Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) … › { return $this->execute(null, $hydrationMode);} } /var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/DocumentController.php:1517 { OceanExpertBundle\Controller\DocumentController->viewDocumentAction($idDoc) … › ->getQuery() ->getResult();$docGroupListArr = array(); } /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:169 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/html/oceanexpert_dev/web/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }