Closed (fixed)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 11:15 UTC
Updated:
11 May 2009 at 17:00 UTC
After I add "hint message" to my content type I have a message:
user warning: Table 'my_table.node_type' doesn't exist query: UPDATE node_type set help = '' WHERE type = 'my_type' in my_directory\modules\i18n\i18ncontent\i18ncontent.module on line 136.
Comments
Comment #1
Ivo.Radulovski commentedhave the same problem after upgraded from Drupal 5 to 6
Comment #2
Ivo.Radulovski commentedHello there is a small bug on line 136 at the file i18content.module
you have to put {} around node_type --> like --> {node_type}
Cheers
Segments
Comment #3
jose reyero commentedThanks, fixed.