We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ich bekomme beim Import folgende Fehlermeldung:
Datum ist so angeben: %d.%m.%Y Uhrzeit so: %H:%i
An exception occurred while executing 'INSERT INTO tl_calendar_events (`tstamp`, `pid`, `published`, `author`, `startDate`, `startTime`, `endDate`, `endTime`, `title`, `teaser`, `addTime`, `source`) VALUES (1673521935, '10', 1, '1', 1673391600, '16:30', 1673391600, 1673391600, 'allgemeiner Dienst', 'Feuerwehrhaus Ortschaft', 1, 'default')': SQLSTATE[01000]: Warning: 1265 Data truncated for column 'startTime' at row 1
Was mache ich falsch?
The text was updated successfully, but these errors were encountered:
In der Tabelle tl_calendar_events ist startTime binär, du musst also - genau wie bei startDate- den Binärwert übergeben
Sorry, something went wrong.
No branches or pull requests
Ich bekomme beim Import folgende Fehlermeldung:
Datum ist so angeben: %d.%m.%Y
Uhrzeit so: %H:%i
An exception occurred while executing 'INSERT INTO tl_calendar_events (`tstamp`, `pid`, `published`, `author`, `startDate`, `startTime`, `endDate`, `endTime`, `title`, `teaser`, `addTime`, `source`) VALUES (1673521935, '10', 1, '1', 1673391600, '16:30', 1673391600, 1673391600, 'allgemeiner Dienst', 'Feuerwehrhaus Ortschaft', 1, 'default')': SQLSTATE[01000]: Warning: 1265 Data truncated for column 'startTime' at row 1
Was mache ich falsch?
The text was updated successfully, but these errors were encountered: