vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Arcade - Wont save scores (https://vborg.vbsupport.ru/showthread.php?t=123706)

Fr4gZ 08-11-2006 08:14 PM

Arcade - Wont save scores
 
As requested by Zero im logging my error here. I hope someone can help pls oh pls oh pls!!!

Quote:

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

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 :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

Quote:

Originally Posted by Neo_obs
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.


All times are GMT. The time now is 01:07 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
  • Page Generation 0.01091 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete