General error: 14 unable to open database file

Issue #763 invalid
Eric created an issue

hi!

last time I had an http 500 - cannot create alias

today i have an http 500 - General error: 14 unable to open database file

Oops! An Error Occurred

The server returned a "500 Internal Server Error".

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

An exception occurred while executing 'UPDATE users SET password = ?, name = ?, updated = ? WHERE address = ?' with params ["{SHA512-CRYPT}$6$1z\/DO3KA85Sa$Yb3LYP0XpEKrE57.pMn\/YcyUQbWfrmaoXYN.sJ049tj5uUCDBVYvtwaIjQHWShBV7cPk0izDQLAWYptyG.", "username", "2020-06-04 21:07:35", "user@domain.com"]: SQLSTATE[HY000]: General error: 14 unable to open database file

Doctrine\DBAL\Exception\ ConnectionException

in vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php (line 67)

  1. if (strpos($exception->getMessage(), 'attempt to write a readonly database') !== false) {
  2. return new Exception\ReadOnlyException($message, $exception);
  3. }
  4. if (strpos($exception->getMessage(), 'unable to open database file') !== false) {
  5. return new Exception\ConnectionException($message, $exception);
  6. }
  7. return new Exception\DriverException($message, $exception);

some people never have any issues for years, and some, like me, have things breaking down on their hands all the time while doing nothing.

Comments (2)

  1. SH repo owner

    I am closing ticket for now, since there are no other users experiencing this kind of fatal problems. I would suggest to inspect syslog or other logs of host system because It seems that you have some kind of hardware issue.

    Please reopen if you find out that it is poste container issue

  2. Log in to comment