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

Ivo.Radulovski’s picture

have the same problem after upgraded from Drupal 5 to 6

Ivo.Radulovski’s picture

Hello 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

jose reyero’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Active » Fixed

Thanks, fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.