error after the module is turned on
DCSpooner - May 18, 2008 - 22:21
| Project: | WeatherFacti -- from a weather.com xml feed |
| Version: | 6.x-1.9 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
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.
#2