Quote:
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:
Code:
'datescored' => $gtime,
Replace with:
Code:
'datescored' => $gtime,
'comment' => ''
Gud luck to all of you