Skip to content
New issue

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

starttime and endtime missing in ext_tables.sql in version 5.2.5 #36

Open
tobiasschaeferptb opened this issue Jan 24, 2023 · 0 comments

Comments

@tobiasschaeferptb
Copy link

Dear JWeiland Team,

in version 5.2.5 starttime and endtime are missing in ext_tables.sql.
I tried to create download record and this error was shown at the top:
Unknown column 'tx_kkdownloader_images.starttime' in 'field list'. A SQL error occurred. This may indicate a schema mismatch between TCA and the database. Try running database compare in the Install Tool.
So I added these 2 lines in ext_tables.sql (at line 10-11):
starttime int(11) DEFAULT '0' NOT NULL,
endtime int(11) DEFAULT '0' NOT NULL,
After executing a DB compare it was possible to create a download record.

Best regards,
Tobias Schäfer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant