Log in

View Full Version : You must enter a value for all fields.


kylek
07-27-2006, 11:34 PM
This problem just seemed to start happening. I go into the game that is already installed and running to change a setting (in this case score high to low) make the change, click submit, and then I get the message "You must enter a value for all fields."

All fields are filed out as far as I can tell. Any ideas?
Running ibProArcade 2.5.6. with vB 3.6.0 RC2.

MrZeropage
07-28-2006, 05:47 AM
I tested this on my RC2, no problem.

Is that only appearing in one game ?

kylek
07-28-2006, 04:58 PM
Just double checked and it is only appearing in 6 or so games so far. Have checked the game php file and everything looks to be filled out right.

MrZeropage
07-28-2006, 05:34 PM
Send me one of the Games so I can check it :)

kylek
07-30-2006, 10:48 PM
Thanks, been off the comp for awhile, I deleted the ones that were causing problems but will see if I can track them down again. Mostly the ones causing the biggest problems were games that needed the score set to lower from higher such as Disc Golf, Mini Golf Gold, etc.

gazzak
10-17-2006, 08:24 PM
I get the same message on ALL games that should have the low score as the best. Minesweeper or adventure golf for example.

wes_517
10-30-2006, 06:02 PM
I'm getting the same thing... just recently installed ibpro (and like it more than v3arcade) but for the golf games, I had to go into the database to change it so a low score is better.

nothing really specific, just

You must enter a value for all fields.

and all fields DO have some kind of data, I even tried putting something in for the license field.

MrZeropage
10-31-2006, 07:00 AM
strange, but let's find out which value causes this:


open /admincp/arcade.php
search forprint_description_row($ibforums->lang['acp_game_error1']);and replace it withprint_description_row($ibforums->lang['acp_game_error1']."<br /><i>".$check_key."</i>");
(you will find this twice in the file, replace both)


Then try to edit the game again and tell me what the error-message says now :)

Stifmeister2
10-31-2006, 02:11 PM
I got this error too.


But I found out a way to prevent it. In my case, the game background color was "0" and when I changed it to "000" it worked. :)

rinkrat
12-17-2006, 02:36 PM
I got this error too.


But I found out a way to prevent it. In my case, the game background color was "0" and when I changed it to "000" it worked. :)



Awesome! Thanks for the fix

DrewzR/T
12-20-2006, 09:19 PM
finally ! Thanks stiffmeister!