i get an error after i turn on the module
here is what i get:

user warning: Table 'drupal6.profile_fields' doesn't exist query: INSERT INTO profile_fields (title, name, explanation, category, type, weight, required, register, visibility, autocomplete, options, page) VALUES ('Postal Code', 'weatherfacti_location', '', 'Weather', 'textfield', 0, 0, 1, 2, 0, '', ''), ('Number of days to display', 'weatherfacti_days', '', 'Weather', 'textfield', 0, 0, 1, 2, 0, '', ''), ('City', 'weatherfacti_city', '', 'Weather', 'textfield', 0, 0, 1, 2, 0, '', '') in E:\Inetpub\drupal-6\modules\weatherfacti\weatherfacti.install on line 19.

Comments

jonfrancisskydiver’s picture

The module is dependent on enabling the profile module. At this point all you have to do is enable the profile module, and re install the weatherfacti module.

DCSpooner’s picture

Status: Active » Closed (fixed)