Closed crunchprank closed 9 years ago
Hey ya,
It looks like you're missing the apiLog table. :)
The database schema has changed since you first pulled the project. If you take a look at the history of database.txt, you can see what changes you need to make to your database. You shouldn't need to start from scratch.
https://github.com/Clidus/gwl/commits/master/database.txt
You'll be missing a couple new tables (apiLog
and gamePlatforms
), and some new fields (such as PasswordResetValidUntil
on the users table).
Okay cool, I'll look through the database.txt file and try and apply the new changes to my current tables. Thanks!
No problem!
Hello again, Clidus!
So I recently decided to perform an update on the platform since you've been making some great changes to it. Everything went pretty smoothly, and the site looks fine. I can log into my account and post blogs, etc.
However whenever I go to search for a game, I get the following error:
I'm using the database schema from your previous release, and maybe something has changed since then due to the error I see:
Table 'cpnet_gamedb.apiLog' doesn't exist
.I'm curious if there's anything that you see that might be causing this and what I could do to rectify it. Normally I wouldn't mind starting from scratch, however I've been heavily using this the past month and would prefer not to start from scratch :) Anyway, let me know if you need any additional information from myself! Thanks again for working on such an awesome platform.