Warnings given after first review was created. It did not crash my site but makes an ugly print out. A database problem?

nagrom321 - November 11, 2006 - 07:23
Project:Movie Review
Version:4.7.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

* user warning: Table 'dtest.moviereview' doesn't exist query: SELECT * FROM moviereview WHERE nid = '19' in /home/httpd/vhosts/lifematrex.com/httpdocs/drupal-4.7.4/includes/database.mysql.inc on line 121.
* user warning: Table 'dtest.moviereview_actors' doesn't exist query: SELECT actor, weight FROM moviereview_actors WHERE nid = '19' ORDER BY weight in /home/httpd/vhosts/lifematrex.com/httpdocs/drupal-4.7.4/includes/database.mysql.inc on line 121.
* user warning: Table 'dtest.moviereview_links' doesn't exist query: SELECT movielink, description, weight FROM moviereview_links WHERE nid = '19' ORDER BY weight in /home/httpd/vhosts/lifematrex.com/httpdocs/drupal-4.7.4/includes/database.mysql.inc on line 121.

#1

lacmac - February 26, 2007 - 21:22

Same thing here...

#2

maartenvg - March 1, 2007 - 14:49

Either the database tables weren't created on installation, or your drupal installation uses a prefix for the database tables (which, if I recall correctly, is something moviereview ignores)

 
 

Drupal is a registered trademark of Dries Buytaert.