MyBB Community Forums

Full Version: access denied?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, for some reason my users get this error when they log in
if anybody could help, that would be appreciated.
I am using steam login plugin for mybb.[Image: unknown.png]
You don't specify which steam plugin, nor your mybb version, or any other detail.  You might try the plugin developer as your first point of contact, or a support thread if they have one.
I'm using this https://github.com/floofytsuna/Steam-Login-MyBB-1.8 , and MyBB version is 1.8.24.
You've either just installed it, or it was installed years ago and you've recently upgraded.  Either way, good chance it's not compatible with the most recent versions of mybb.  Nor does it appear to be supported in anyway I can see.
It only happens when they try to reply to a thread though, so i'm not really sure,
Look at these 2 lines:
https://github.com/floofytsuna/Steam-Log...hp#L17:L18

Don't know why the author wanna hook into no_permission, but the declaration seems incorrect as the third parameter of add_hook() is priority, not script.

You can try commenting out those two lines of hooks in your plugin file and check what happens ...
It now pops up with a white screen when I sign in.

edit: i reversed the action and it goes to openid but then does the white screen thing.

if needed i'll link my forum here: https://proton-networks.xyz/forums/
bump, still need help with this.

I fixed the white screen, my users are still getting the no permissions page, even when I comment it out.