In diesem Forum können Extension-Autoren ihre Extensions vorstellen, die sich noch im Entwicklungsstatus befinden. Der Einbau in Foren im produktiven Betrieb wird nicht empfohlen.
I have another question: Is there a problem with saving or displaying? Do you know if there is an entry for the corresponding Post-ID in the phpbb_calendar_participants table?
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE post_id = 10' at line 3 [1064]
SQL
SELECT user_id FROM WHERE post_id = 10
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 195
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/hjw/calendar/event/main_listener.php
LINE: 1319
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/hjw/calendar/event/main_listener.php
LINE: 816
CALL: hjw\calendar\event\main_listener->calendar_messenger()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 214
CALL: hjw\calendar\event\main_listener->modify_participants_list()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 44
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()
FILE: [ROOT]/viewtopic.php
LINE: 776
CALL: phpbb\event\dispatcher->trigger_event()
Danke für die Fehler-Meldung. Die hat mir bedingt geholfen: Ich habe einen Fehler gefunden, allerdings im Messinger und nicht bei der Anzeige der Teilnehmer. Bitte trotzdem mal testen: http://calendar.zoo-am-ring.de/extensio ... stener.zip
i dont know about @Mithrandir1978 but that did not fix the issue. users still not showing after making a choice as for your other question earlier, this is what i see in the table you asked about
Sollte jetzt funktionieren. Ich habe hoffentlich alle zu ändernden Stellen gefunden und keine neuen Fehler eingebaut.
Should work now. Hopefully I have found all places to change and have not added any new errors.
Sollte jetzt funktionieren. Ich habe hoffentlich alle zu ändernden Stellen gefunden und keine neuen Fehler eingebaut.
Should work now. Hopefully I have found all places to change and have not added any new errors.
sorry to say that the 1.0.2 did not fix the issue for me