thanks!!, that was the reason
Code: Select all
General Error
SQL ERROR [ mysqli ]
Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'phpbb.phpbb_calendar_events.event_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
SQL
SELECT * FROM phpbb_calendar_events WHERE year = 2025 OR annual = 1 GROUP BY day
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 213
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/steve/calendar/calendar/calendar.php
LINE: 323
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/steve/calendar/calendar/calendar.php
LINE: 88
CALL: steve\calendar\calendar\calendar->get_events()
FILE: [ROOT]/ext/steve/calendar/controller/calendar_view.php
LINE: 64
CALL: steve\calendar\calendar\calendar->get_calendar()
FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 151
CALL: steve\calendar\controller\calendar_view->view_year()
FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 68
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 35
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
https://steven-clark.tech/phpBB3/download/file.php?id=144
Solved, thank you Steve!Steve wrote: Sat Jan 25, 2025 8:34 pm Try these files:https://steven-clark.tech/phpBB3/download/file.php?id=144