View Full Version : [BUG] Scores submitting as zero
angeljs
12-31-2014, 07:04 PM
I've been having problems for some time with a lot of games not submitting and have thought they were just faulty games and deleted them. However, now even games that have submitted scores previously, are now submitting zero points. I've turned on debugging after a suggestion elsewhere, but no error messages are showing up, even with games that are still submitting zero points.
I'm using vBulletin 4.4.2 Patch Level 3
ForceHSS
12-31-2014, 07:37 PM
Have you installed all fixes for that version not the line in the config that many do. Link in my sig if you need it
stangger5
12-31-2014, 11:48 PM
The first thing to check is the see if you have the index.php save score code ??
Its the code from the INFO - vbadvanced or another Portal text file that comes with the arcade..
A lot of games save score to index.php instead of arcade.php..The code in the text file will help..
Every time we update vb,,we over write the index.php file and people forget to add it back..
blind-eddie
01-01-2015, 03:49 AM
stangger5 has just looked into this very issue for me on my site and is dead on with what he is saying. I have found that uninstalling games with this issue and reinstalling them has fixed this.
As stangger5 stated to me that some games on my site still show "0" and could be due to the game itself having the issue.
angeljs
01-02-2015, 02:31 PM
Fixes applies, index.php definitely edited correctly as some games submit but others previously okay do not. I don't really want to re-install games as this will delete their old scores, won't it?
blind-eddie
01-02-2015, 10:34 PM
Yes, member scores would be deleted.
I am now getting games that worked a few days ago are now showing zero again.
blind-eddie
01-04-2015, 01:21 PM
For some reason my game data files are being deleted randomly.... not sure why but, I am now down to 12 gamedata files with 8979 games installed.
I am finding that uploading just the gamedata files per game will allow me to get a score on a game that I was getting zero on but, the gamedata file self deletes a few days later....
Now to figure out why....
ozzy47
01-06-2015, 10:19 AM
Have you installed all fixes for that version not the line in the config that many do. Link in my sig if you need it
You do not need to do the edits you are showing there. All you need to do is add the define('SKIP_DS_ERRORS', true); line to the includes/config.php file. This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show. That is for anything below 4.2.3
That will sort the issues you point out:
packages\vbforum\item
socialgroupmessage.php
socialgroupdiscussion.php
includes
class_core.php
Editing the class_core.php file doesn't cover up errors though. It changes the vBulletin Error Handler so it doesn't catch warnings, notices, or deprecated notices. These will still be properly logged in your php error log but if they are not displayed on the screen there is no adverse affect on the application because they are informational not errors.
As for this one:
clientscript\yui\uploader\assets
uploader
That is already add into v4.2.2 pl2 and beyond, so no need for that anymore.
stangger5
01-08-2015, 12:53 PM
It seems a little buggy when you install a lot of games or when you delete a game..
If you install one game at a time and never delete any games,,it seems to work fine..
When you delete a game,,it does something to the gamedata files..
Looks like it deletes more than it should..(sometimes):rolleyes:
Try not to delete any games..If you have a game that doesnt score right,,try unzipping the game.tar zip and just upload the gamedata folder..
TheLastSuperman
01-08-2015, 07:06 PM
Be careful what games you download and where from.
blind-eddie
01-08-2015, 10:18 PM
I have been uploading the missing gamedata folders for every game that has had issues saving a score or a score of zero.... uploaded 920 so far.
I did uninstall Reduce ibproArcade best scores of all time 3.6.8 (https://vborg.vbsupport.ru/showthread.php?t=155838) and do not have an issue with any new missing gamedata files.
angeljs
01-24-2015, 06:47 AM
This thing about the gamedata files - in my gamedata folder, there are absolutely no files at all. Should there be files for every game in there?
stangger5
01-24-2015, 11:31 AM
Not every ibp game has gamadata files but most of them do..
angeljs
01-24-2015, 01:33 PM
Oh, well then I'm guessing that's the problem as no files exist in that folder. :( Does that mean I have to hunt down all the games for their data?
blind-eddie
01-24-2015, 02:08 PM
Look in the gamedata folder in your arcade folder, not the one in the tar folder.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.