Hello all.
I'm in the process of taking Drupal for a test run. So far, I'm very impressed.
However. I am having some trouble getting html_area to work. I'm currently using Durpal 4.5 and the latest html_area download. I followed the install instructions that came with the download, and after looking at the other related posts, I also added a directory called htmlarea to the misc directory on the server.
The module shows up on the list in the admin section, but when I try to activate it I get the following errors listed at the top of the page:
user error: Table 'arthacki_drpl1.htmlarea' doesn't exist
query: SELECT textarea FROM htmlarea WHERE textarea LIKE 'admin/modules.%' AND status = '1' in /home/arthacki/public_html/cms/includes/database.mysql.inc on line 125.
user error: Table 'arthacki_drpl1.htmlarea' doesn't exist
query: SELECT textarea FROM htmlarea WHERE textarea LIKE 'admin/modules.%' AND status = '1' in /home/arthacki/public_html/cms/includes/database.mysql.inc on line 125.
The source from a page that is supposed to have the html_area working on is as follows:
user error: Table 'arthacki_drpl1.htmlarea' doesn't exist
query: SELECT status FROM htmlarea WHERE textarea = 'node/add/forum.body' in /home/arthacki/public_html/cms/includes/database.mysql.inc on line 125.
user error: Table 'arthacki_drpl1.htmlarea' doesn't exist
query: INSERT INTO htmlarea (textarea, status) VALUES ('node/add/forum.body', 1) in /home/arthacki/public_html/cms/includes/database.mysql.inc on line 125.
user error: Table 'arthacki_drpl1.htmlarea' doesn't exist