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

Haggle’s picture

Manually 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.

ultimatedruid’s picture

Status: Active » Closed (fixed)