Node Template installation problem
rjl - July 6, 2007 - 23:38
| Project: | Node Template |
| Version: | 5.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | motou |
| Status: | closed |
Jump to:
Description
Just installed for first time
When attempted to try it out with a node I received this error
user warning: Unknown column 'shared' in 'field list' query: INSERT INTO node_template (nid, is_template, shared) VALUES (44, 1, 0) in /home/mysite/public_html/mydir/includes/database.mysql.inc on line 172.I noticed the the addtion of the "shared" column is in the install file as part of "update_2" I have run my updates (as far as I can tell) so not sure why the column isn't being created. I added the column manually through mySQL interface and the error goes away of course.

#1
It's really strange. I've decided that this module from v1.7 won't provide update function any more. ;)
#2
From v1.8 this issue should be fixed