Seite 107 von 164
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 12:56
von menz01
HJW hat geschrieben: 22.03.2020 08:16
menz01 hat geschrieben: 21.03.2020 12:40
sounds like the same issue i am having. so i guess i am no longer the only one having the issue.
Hallo,
kannst du mal diesen main_listener testen:
http://calendar.zoo-am-ring.de/extensio ... stener.zip
ext\hjw\calendar\event\main_listener.php
unfortunately, that did not work

Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 13:02
von HJW
menz01 hat geschrieben: 22.03.2020 12:56
HJW hat geschrieben: 22.03.2020 08:16
menz01 hat geschrieben: 21.03.2020 12:40
sounds like the same issue i am having. so i guess i am no longer the only one having the issue.
Hallo,
kannst du mal diesen main_listener testen:
http://calendar.zoo-am-ring.de/extensio ... stener.zip
ext\hjw\calendar\event\main_listener.php
unfortunately, that did not work
Did you purge the cache, too?
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 14:36
von menz01
Yes it's part of my routine after any change I make
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 14:47
von HJW
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?
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 16:42
von Mithrandir1978
Looks like the problem is with displaying, I see the changes are successfully inserted into the table.
Here the error I get:
Code: Alles auswählen
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()
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 17:09
von HJW
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
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 18:17
von menz01
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
[ externes Bild ]
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 19:25
von HJW
Ich glaube, dass ich jetzt die Lösung habe, dauert aber noch etwas.
I think I have the solution now, but it will take some time.
Re: [BETA][3.2][3.3] Kalender
Verfasst: 22.03.2020 22:02
von HJW
http://calendar.zoo-am-ring.de/download/file.php?id=95
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.
Re: [BETA][3.2][3.3] Kalender
Verfasst: 23.03.2020 00:43
von menz01
HJW hat geschrieben: 22.03.2020 22:02
http://calendar.zoo-am-ring.de/download/file.php?id=95
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