High score system error

Hey there,

I need some help really urgently. My game is using the server side high score tutorial to post its score online ( http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores ). Everything works - the game connects and downloads the score but for some reason it cannot insert into the table. The details are all correct and I have followed the tutorial exactly. The only way it can obtain any info is if I insert data manually into the table.

I would really appreciate some help here,

thanks!

Have you checked that the user you are using in your game, to insert values in your DB, has permissions to write into your DB?

Yes, because I am able to manually inject scores through phpmyadmin. I think there may be a problem with the script. :cry:

Have your game Debug.Log the URL that it is calling, try running it manually and first make sure that works.

Testing inserting scores via phpmyadmin is no valid test as that will obviously work.

Wouldn’t it work as a good test of the permissions? I thought that I would not be able to insert if I wasn’t given permission. Im kinda new to this, so forgive me :stuck_out_tongue:

Yea it could indeed be that you wouldn’t have the permission, but that error is not very likely to occur, since you are able to login to phpmyadmin and probably set up the database/user yourself.

Anyway, check the submit url manually :).