Closed (fixed)
Project:
Leech
Version:
4.7.x-1.3
Component:
node_template
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2007 at 21:13 UTC
Updated:
26 Feb 2007 at 19:11 UTC
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
Comment #1
aron novakThis 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
Comment #2
aron novak