Log in

View Full Version : Arcade - Wont save scores


Fr4gZ
08-11-2006, 08:14 PM
As requested by Zero im logging my error here. I hope someone can help pls oh pls oh pls!!!

Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

This score was not submitted from the game. Your score will not be saved.

This is for all games! HELP ME PLS!!!!! :confused:

I forgot to say that I'm using VB 3.6.0 and its ibarcade 2.5.6

My mate was using vb3.5.4 when he installed arcade and he had no error messages. PLS HELP!

thptquynhluu1
08-12-2006, 02:53 PM
mySQL query error: INSERT INTO games_scores
(mid,gid,name,score,ip,timespent,datescored) VALUES
('1','1','admin','6000','127.0.0.1','111','1155397 677')

mySQL error: Field 'comment' doesn't have a default value
mySQL error code:
Date: Saturday 12th of August 2006 10:47:58 PM

I installed 2.5.6+ in vB 3.6.0 and when I finished, I couldn't submit score. Please help us!

PS: there is another error with "tourney" but I fixed it, please PM me if you think it is interesting

I have just found the way to fix this problem

Open file arcade.php (in forum root)

Search for:
'datescored' => $gtime,

Replace with:
'datescored' => $gtime,
'comment' => ''

Gud luck to all of you :D

Fr4gZ
08-12-2006, 03:28 PM
What does that fix mate?! I tried it and it doesn't sort the score problem out. It's still fubar'd :(

Neo_obs
08-14-2006, 02:47 AM
make sure your tables were installed correctly in your database.

The database error is happening because you need a default value in your "game_scores" table for the name "comment"

jiffy
10-16-2006, 08:47 PM
make sure your tables were installed correctly in your database.

The database error is happening because you need a default value in your "game_scores" table for the name "comment"

How do you manually edit the database to fix this? I am having the same problem.