Download & Extend

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

Project:Movie Review
Version:4.7.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

Comments

#1

Same thing here...

#2

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)

nobody click here