hello
i suspect my questions been answered, but my searches came up empty.
anyhow, i'm following the bryght how to build a dynamic web 2.0 brochure site with drupal 4.6.5, and am recieving the following error when trying to create a survey:
user error: Table 'mydatabase.forms' doesn't exist
query: INSERT INTO forms (fid, type, created) VALUES (2, 'survey', 1137666763) in /home/www/gotchaop/includes/database.mysql.inc on line 66.
user error: Table 'mydatabase.survey' doesn't exist
query: INSERT INTO survey (nid, fid, email, result_page) VALUES (9, 2, '', '') in /home/www/gotchaop/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/www/gotchaop/includes/common.inc:384) in /home/www/gotchaop/includes/common.inc on line 192.
i've got a fresh install of drupal, and have recently installed the following modules:
- articles
- forms
- surveys
- htmlarea
here is the text from the readme file inside the Forms module:
This module is intended as a generic form building API, allowing
module developers to include forms to be created by
users/administrators.
(it's also pretty heavily still in progress).
Basic usage is as follows: