Sorry if this is already in an FAQ. I spent about 30 minutes searching and didnt find anything. Following the instructions for the reversi tutorial, i created a project and entered 0 for the bgg number. I get this error when trying to look at the game
This game doesn't have a valid BGG_ID. Please fill in this information in the gameinfos.inc.php file and reload the game informations.
from my gameinfos.inc.tpl
// Board Game Geek ID of the publisher
'publisher_bgg_id' => 0,
// Board game geek ID of the game
'bgg_id' => 0,
What do I do to fix this?
Additionally, I will be creating an original game, after learning the process. I will need to get a real number for the original game. Are instructions available for that?
This game doesn't have a valid BGG_ID. Please fill in this information in the gameinfos.inc.php file and reload the game informations.
from my gameinfos.inc.tpl
// Board Game Geek ID of the publisher
'publisher_bgg_id' => 0,
// Board game geek ID of the game
'bgg_id' => 0,
What do I do to fix this?
Additionally, I will be creating an original game, after learning the process. I will need to get a real number for the original game. Are instructions available for that?