2021-10-24, 02:37 PM
(This post was last modified: 2021-10-24, 02:40 PM by frostschutz. Edited 2 times in total.)

$query = $db->simple_select('pages','pid,name,url,groups,deviceselect,online','enabled=1');
if quoting does not work you can also put * instead of pid,name,url, groups, ...
or maybe your mybb_pages table has no groups entry at all but it should've been added by the plugin's update code (which runs when you deactivate/activate)