Page 1 of 1

Game can't start

Posted: 08 June 2016, 02:34
by Brederic
When I try to start the game, it hangs with the following in the console log.

bphearts?table=31112:780 Uncaught ReferenceError: bgagame is not defined

Any ideas what is wrong?

Thanks!
Brederic

Re: Game can't start

Posted: 08 June 2016, 03:18
by Victoria_La
Did you change anything? I had it before I think there is some error in PHP constructor and it cannot create an instance at all.
I think hearts has syntax error out of the box, there is missing bracket in gameoptions.inc.php (?).
You have editor with syntax highlighting you will see it right away.

Re: Game can't start

Posted: 09 June 2016, 16:40
by Brederic
Thanks, I'll look into it. I had it working previously, so I'm sure it's something I broke.

:)