running drupal 5.2

i make a create content --- image
upload two images to a smackdown gallery
i than go to smackdown and input both images
it finds them
i press submit and i get this

error
----
* user warning: Table 'U7721456.smackdown' doesn't exist query: SELECT * FROM smackdown WHERE (node_ref_1 = 951 AND node_ref_2 = 952) OR (node_ref_1 = 952 AND node_ref_2 = 951) in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/includes/database.mysql.inc on line 172.
* warning: Invalid argument supplied for foreach() in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/modules/node/node.module on line 521.
* warning: implode() [function.implode]: Bad arguments. in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/modules/node/node.module on line 525.
* user warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/includes/database.mysql.inc on line 172.
* warning: Invalid argument supplied for foreach() in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/modules/node/node.module on line 521.
* warning: implode() [function.implode]: Bad arguments. in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/modules/node/node.module on line 525.
* user warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /mounted-storage/home45c/sub006/sc33112-IRXD/hardtimes.ca/includes/database.mysql.inc on line 172.

Comments

chicomtl’s picture

is anyone moderating the issue in smackdown?

Does this module work for anyone?

has anyone gotten this to work?

sirkitree’s picture

I've had the module work fine. the error above means that the table did not get installed. try reinstalling the module and look at your database to make sure the 'smackdown' table exists.

sirkitree’s picture

Status: Active » Closed (fixed)