Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Steam Id's not populated correctly #17

Open
kacx9c opened this issue Dec 24, 2023 · 0 comments
Open

User Steam Id's not populated correctly #17

kacx9c opened this issue Dec 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kacx9c
Copy link
Owner

kacx9c commented Dec 24, 2023

Maybe it's related to this for the steam login

SELECT DISTINCT s.* FROM steam_profilesASs LEFT JOINcore_membersASmON m.member_id = s.st_member_id LEFT JOINcore_groupsASg ON (g.g_id = m.member_group_id OR g.g_id IN(m.mgroup_others)) WHERE g.steam_index=1 && g.steam_pull=1 && s.st_steamid<>'' AND s.st_personastate > 0 AND s.st_communityvisibilitystate != 1 ORDER BY RAND() LIMIT 0,5 IPS\Db\Exception: Unknown column 'g.steam_index' in 'where clause' (1054) #0 /var/www/vhosts/clan-rmg.com/httpdocs/system/Db/Select.php(388): IPS\_Db->preparedQuery() #1 /var/www/vhosts/clan-rmg.com/httpdocs/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /var/www/vhosts/clan-rmg.com/httpdocs/applications/steam/widgets/steamPlayerWidget.php(114): IPS\Db\_Select->rewind() #3 /var/www/vhosts/clan-rmg.com/httpdocs/system/Widget/Widget.php(833): IPS\steam\widgets\_steamPlayerWidget->render() #4 /var/www/vhosts/clan-rmg.com/httpdocs/system/Widget/Widget.php(888): IPS\_Widget->_render() #5 /var/www/vhosts/clan-rmg.com/httpdocs/uploads/template_20_94a9d7649fb9cdbfc784d3516e61a717_global.php(19240): IPS\_Widget->__toString() #6 /var/www/vhosts/clan-rmg.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->widgetContainer() #7 /var/www/vhosts/clan-rmg.com/httpdocs/uploads/template_20_94a9d7649fb9cdbfc784d3516e61a717_global.php(16404): IPS\Theme\_SandboxedTemplate->__call() #8 /var/www/vhosts/clan-rmg.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->sidebar() #9 /var/www/vhosts/clan-rmg.com/httpdocs/uploads/template_20_94a9d7649fb9cdbfc784d3516e61a717_global.php(7535): IPS\Theme\_SandboxedTemplate->__call() #10 /var/www/vhosts/clan-rmg.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->globalTemplate() #11 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call() #12 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish() #13 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Front.php(558): IPS\Dispatcher\_Standard->finish() #14 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish() #15 /var/www/vhosts/clan-rmg.com/httpdocs/index.php(13): IPS\_Dispatcher->run() #16 {main}

BACKTRACE
#0 /var/www/vhosts/clan-rmg.com/httpdocs/init.php(1033): IPS\_Log::log() #1 /var/www/vhosts/clan-rmg.com/httpdocs/system/Widget/Widget.php(935): IPS\IPS::exceptionHandler() #2 /var/www/vhosts/clan-rmg.com/httpdocs/uploads/template_20_94a9d7649fb9cdbfc784d3516e61a717_global.php(19240): IPS\_Widget->__toString() #3 /var/www/vhosts/clan-rmg.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->widgetContainer() #4 /var/www/vhosts/clan-rmg.com/httpdocs/uploads/template_20_94a9d7649fb9cdbfc784d3516e61a717_global.php(16404): IPS\Theme\_SandboxedTemplate->__call() #5 /var/www/vhosts/clan-rmg.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->sidebar() #6 /var/www/vhosts/clan-rmg.com/httpdocs/uploads/template_20_94a9d7649fb9cdbfc784d3516e61a717_global.php(7535): IPS\Theme\_SandboxedTemplate->__call() #7 /var/www/vhosts/clan-rmg.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->globalTemplate() #8 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call() #9 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish() #10 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Front.php(558): IPS\Dispatcher\_Standard->finish() #11 /var/www/vhosts/clan-rmg.com/httpdocs/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish() #12 /var/www/vhosts/clan-rmg.com/httpdocs/index.php(13): IPS\_Dispatcher->run() #13 {main}

Originally posted by @Destructor in #10 (comment)

@kacx9c kacx9c changed the title Maybe it's related to this for the steam login User Steam Id's not populated correctly Dec 24, 2023
@kacx9c kacx9c self-assigned this Dec 24, 2023
@kacx9c kacx9c added the bug Something isn't working label Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant