Hi Rich, I get this error when toggling "Ignore Inactive Users"
Code: Select all
General Error
SQL ERROR [ mysqli ]
[0]
SQL
No values specified for SQL IN comparison
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 536
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 441
CALL: phpbb\db\driver\driver->sql_in_set()
FILE: [ROOT]/ext/rmcgirr83/topfive/core/functions_topfive.php
LINE: 212
CALL: phpbb\db\driver\factory->sql_in_set()
FILE: [ROOT]/ext/rmcgirr83/topfive/event/listener.php
LINE: 41
CALL: rmcgirr83\topfive\core\functions_topfive->topposters()
FILE: (not given by php)
LINE: (not given by php)
CALL: rmcgirr83\topfive\event\listener->main()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 164
CALL: call_user_func()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 53
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
LINE: 167
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 40
CALL: Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()
FILE: [ROOT]/index.php
LINE: 198
CALL: phpbb\event\dispatcher->trigger_event()
Edit:
When it is set to "yes" and there
are inactive members, the error shows.
When it is set to "yes" and there are
not any inactive members, the error does not show.
When it is set to "no" and there
are inactive members, the error does not show.
When it is set to "no" and there are
not and inactive members, the error shows.
It displays when going to the index page.
Update: I confused myself with what I posted above RE when it shows and when it doesn't, so used it to base the settings to double check I was correct. It appears the error shows no matter what the settings are, but it doesn't show all of the time. Very confusing!