![]() |
Don't know about vb5.. definitely installs and works on vb4.2.4
I had an issue where it eventually after about a month stopped retrieving profile data for no reason at all but still worked, possibly because of a semi-domain change, but otherwise works if your settings are right. About to give it a go on a reinstall on 4.2.4 after a host change. |
Running vb4.2.4 I have recently started getting the following error when users try to login
Code:
There has been an error with your request. Please inform the Administrator, if the problem persists.. I've tried disabling quick registration but that just changes the error to: Code:
There is no forum account which is linked to this Steam Account. FIXED: I will leave this here for anyone having similar issues in the future. The issue for me was the API key. It may be worth resetting the key if you encounter similar issues which do not give error logs. |
Any one know how I can get users to link there accounts after they have registered the normal way the steam link button is not showing up?
|
worked like a charm, deleted 1 user and systemfail in this mod, cant reproduce it, the button just disapeared :(
|
Hi Guys I have been trying to get the Steam avatar to show up in the post bit but I can not get it to work any one have any ideas?
https://vborg.vbsupport.ru/showpost....8&postcount=18 |
I know this is no longer supported, but has steam changed something that breaks this system for the most part? Getting "FETCH ERROR" whenever I check my steam info through /profile.php?do=steamlink. The only thing that appears to be caching is the steam level (in the tmp files).
|
So I tried to use this with Vbulletin 4.2.5, and I am only getting one error that is being logged:
Malformed cachefile: <file>.cache deleted. I carefully reviewed the code and echoed out portions to see where it goes wrong. It seems to not like something in the array "$match", and only returns an empty array. This results in the cache file being written with nothing or missing data to be considered malformed. I figured if Steam did modify the API, some changes will need to be made. I am only a beginner in PHP so it'll be hard, and I have limited time. I'd share this to hopefully turn the bugfixing into a communal effort. Any help is greatly appreciated, hoping to get this working! |
Match array no longer works as expected on 4.2.5 vb (PHP 7.1) :(
[shame this is no longer supported] Had to do some modifications to the functions_steamconnect.php file to get Avatar, DisplayName & Community URL to show. Replace Previous Code in (functions_steamconnect.php): Code:
$match = array(); With either options below Code:
$steam_info = array(); or Code:
$steam_info = array(); |
Quote:
|
Quote:
|
All times are GMT. The time now is 06:20 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|