Open aschmutt opened 5 years ago
@aschmutt Which steps are required to reproduce this problem?
And does the problem also occur if you use the unchanged seminars master version?
Yes, reproduced it in the unchanged master version as well. You need a event with some Places to reproduce.
This is the bugfix:
tx_seminars_seminars_place_mm.sorting ASC
replaces sorting ASC
in
typo3conf/ext/seminars/Classes/OldModel/Event.php -> getPlacesAsArray()
Line 691
It requires a search-replace in all code, Speaker.php -> getSkillsShort() has the same error.
@aschmutt Would you be willing to create a PR for this?
I changed and tested it against my error, it is fine now.
@aschmutt Could you please post the steps to reproduce? Like this:
I had seminar data created with Version 2.1.x and then updated to 2.1.2 -> sorting got removed from several tables in ext_tables.sql But database record still have the sorting fields, this might be the reason to the following exception.
But code is from the Extbase fork, merged manually by hand, so if you can't reproduce the bug it is an issue with my code -> give it back to me then