tkrebs / ep3-bs

Online booking system for courts
http://bs.hbsys.de/
MIT License
175 stars 105 forks source link

DB Fehler beim Buchen von Plätzen #588

Open joho49 opened 1 year ago

joho49 commented 1 year ago

Hallo,

ich habe das ep3 von Version 1.7.0 auf 1.8.1. geupdated nach der update.md.

Wenn ich jetzt einem Platz buchen will bekomme ich folgenden SQL Fehler:

Statement could not be executed (23000 - 1048 - Column 'bid' cannot be null)

`Exception details

Type

Zend\Db\Adapter\Exception\InvalidQueryException

Mitteilung

Statement could not be executed (23000 - 1048 - Column 'bid' cannot be null)

File

/mnt/web022/c3/15/556415/htdocs/webseiten/buchungssystem-1.8.1/src/Zend/Db/src/Adapter/Driver/Pdo/Statement.php:244`

Fehlt noch ein Schritt für das Update wo die Datenbank migriert wird?

joho49 commented 1 year ago

Es lag an der fehlenden Auto_Increment werden in den Tabellen.