Duken Posted October 10, 2022 Posted October 10, 2022 Dear, Im running: Version 4.7.2.1 I created a new group https://www.XXXXXSITE.EXAMPLE/forums/admin/?app=core&module=members&controller=groups And then i recieved this error: OutOfRangeException: (0) #0 /var/www/vhosts/duken.nl/httpdocs/forums/applications/core/modules/admin/members/groups.php(152): IPS\Patterns\_ActiveRecord::load() #1 /var/www/vhosts/duken.nl/httpdocs/forums/system/Helpers/Table/Db.php(464): IPS\core\modules\admin\members\_groups->IPS\core\modules\admin\members\{closure}() #2 /var/www/vhosts/duken.nl/httpdocs/forums/system/Helpers/Table/Table.php(494): IPS\Helpers\Table\_Db->getRows() #3 /var/www/vhosts/duken.nl/httpdocs/forums/applications/core/modules/admin/members/groups.php(169): IPS\Helpers\Table\_Table->__toString() #4 /var/www/vhosts/duken.nl/httpdocs/forums/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\members\_groups->manage() #5 /var/www/vhosts/duken.nl/httpdocs/forums/applications/core/modules/admin/members/groups.php(39): IPS\Dispatcher\_Controller->execute() #6 /var/www/vhosts/duken.nl/httpdocs/forums/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\members\_groups->execute() #7 /var/www/vhosts/duken.nl/httpdocs/forums/admin/index.php(13): IPS\_Dispatcher->run() #8 {main} #0 /var/www/vhosts/duken.nl/httpdocs/forums/init.php(1029): IPS\_Log::log() #1 /var/www/vhosts/duken.nl/httpdocs/forums/system/Helpers/Table/Table.php(574): IPS\IPS::exceptionHandler() #2 /var/www/vhosts/duken.nl/httpdocs/forums/applications/core/modules/admin/members/groups.php(169): IPS\Helpers\Table\_Table->__toString() #3 /var/www/vhosts/duken.nl/httpdocs/forums/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\members\_groups->manage() #4 /var/www/vhosts/duken.nl/httpdocs/forums/applications/core/modules/admin/members/groups.php(39): IPS\Dispatcher\_Controller->execute() #5 /var/www/vhosts/duken.nl/httpdocs/forums/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\members\_groups->execute() #6 /var/www/vhosts/duken.nl/httpdocs/forums/admin/index.php(13): IPS\_Dispatcher->run() #7 {main} I can't open Groups anymore. Disabled all the hooks and plugin and still the same error. Please help me out. Thanks.
Mark H Posted October 10, 2022 Posted October 10, 2022 That error often means that there's an "orphaned" Group ID, or a Member has a non-existent Group assigned. But simply creating a new Group should not, in itself, cause the problem. Have you made any manual changes to the database? (Manually deleted a row in a table, for example.)
Duken Posted October 11, 2022 Author Posted October 11, 2022 6 hours ago, Mark H said: That error often means that there's an "orphaned" Group ID, or a Member has a non-existent Group assigned. But simply creating a new Group should not, in itself, cause the problem. Have you made any manual changes to the database? (Manually deleted a row in a table, for example.) No I did not make any changes. I dont dare to open the database. So everything is base ipb.
Marc Posted October 11, 2022 Posted October 11, 2022 Please check again now. I cleared cache and things are loading again. If you have any further issues, of course let us know
Recommended Posts