Active
Project:
Node Template
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
10 Jan 2010 at 18:05 UTC
Updated:
4 May 2010 at 12:21 UTC
Hi,
I'm looking for a replacement for the D5 'Nodeformtemplate' module that hasn't been ported to D6, so I gave 'Node Template' a try.
Result: Directly when enabling the module, I'm getting the following error:
Parse error: syntax error, unexpected T_STRING in /var/www/drupal/sites/all/modules/node_template/nodetemplate.module on line 212
The module page (./admin/build/modules) becomes inaccessible due to this error. The module even can not be disabled through Drush:
# drush disable nodetemplate
Drush command could not be completed. [error]
After manually deleting .sites/all/modules/node_template/, I could access ./admin/build/modules again, where the message was printed: node template has created the required tables.. However, at ./admin/build/modules/uninstall is no uninstall feature provided to get rid of these "tables". That's really not nice...
Greetings, -asb
Comments
Comment #1
chefarov commentedSame problem :(
Comment #2
chefarov commentedI replaced the current version with 6.x-1.x-dev and everythin fixed !!!!!
Just I can't use it yet because the book content type is not supported yet :(
I hope the developer fixes it soon because I need that very much and I think a lot more people do.
Comment #3
motou commented