Steam Authentication & Integration

Unmaintained Steam Authentication & Integration 1.6.3

No permission to download
I can't see SteamProfile banners in posts

Check to make sure that the user group in question has the permissions to view steam content and that the templates that should be displayed are enabled in the addon settings

I can't see the Steam Stats navigation tab

Check the addon options and make sure the navigation tab option is checked. Also check permissions for the user group in question

Failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized

This is part of the error text, usually as follows:

Code:
Server Error

file_get_contents(http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=&steamids=xxxxxxxxxxxxxxxxxx) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized

XenForo_Application::handlePhpError() in Steam/ControllerPublic/Register.php at line 386
Steam_ControllerPublic_Register->actionSteamRegister() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/<user>/public_html/index.php at line 13

This means that a SteamAPI key has not been configured or is invaild. Please read the configuration section for information on getting the API key configured.

Name or service not known

Code:
ErrorException: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: php_network_getaddresses: getaddrinfo failed: Name or service not known

This can happen if you're having DNS issues with your webserver. Make sure steam community URLs can resolve correctly.
Top Bottom