when installing nodetemplate the installer apparently does not read settings.php when it creates the node_template table. and so, it doesnt read the prefix and when attempting to use node template later it will fail on error coz it cant find $prefix_node_template.

ie. node_template instead of $prefix_node_template

Comments

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Active » Fixed

This bug was fixed in the CVS. We'll release a new version of leech soon, so you don't have to use DRUPAL-4-7 CVS branch.
A quick workaround for your situation: http://dev.mysql.com/doc/refman/4.1/en/rename-table.html

aron novak’s picture

Status: Fixed » Closed (fixed)