jamuraa / gatherling

Magic: The Gathering tournament runner and tracker for Pauper Magic
http://pdcmagic.com/gatherling
MIT License
11 stars 11 forks source link

Fatal Error in pre-reg #62

Closed Dabil closed 12 years ago

Dabil commented 12 years ago

I get this error whenever a player tries to use the pre-register function. I am wondering if there is a missing field somewhere in the database that is causing it.

( ! ) Fatal error: Call to a member function bind_param() on a non-object in C:\wamp\www\pdcmagic\models\Event.php on line 394

jamuraa commented 12 years ago

This is probably a missing registered_at column in the database. It was added in DB version 10 as you can see in admin/db-upgrade.php

jamuraa commented 12 years ago

This has been fixed.