Closed (fixed)
Project:
Movie database
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2007 at 19:51 UTC
Updated:
23 Feb 2009 at 23:13 UTC
When attempting to submit a movie I get the error message
* user warning: Table '[DB].moviedb' doesn't exist query: SELECT * FROM moviedb WHERE nid = '1550' in \includes\database.mysql.inc on line 172.
* user warning: Table '[DB].moviedb' doesn't exist query: UPDATE moviedb SET movietitle = 'movie', releaseyear = '', cover = '', runtime = '', country = '', language = '', imdb = '', amazon = '' WHERE nid = 1550 in \includes\database.mysql.inc on line 172.
However most of the data is entered some fields do not save and are left blank. I was wondering if there is a fix to this or maybe a quickfix on how to make the tables that are missing.
Comments
Comment #1
Haggle commentedManually created the database myself. Might want to check the code to make the table moviesdb. Seems there are soe things that don't agree with mysql in there.
Comment #2
ultimatedruid commented