I just recently added a few new modules to my site and I am getting some error messages that I cannot seem to figure out. I am new to PHP, and Drupal and I have tried to understand what the error messages are refering to but I cannot find a solution. I feel like the answer is not to far away but I need some help figuring out the language here.
My programs used are:
phpMyAdmin 2.6.0-pl3
MySQL 3.23.58
Drupal 4.5
Modules and Error messages:
The Chat Room problem keeps this error messages at the top of the screen:
user error: Table 'votersmind_com_-_drupal.chatevents' doesn't exist
query: SELECT * FROM chatevents WHERE 1136318342 - timestamp < 600 ORDER BY timestamp DESC LIMIT 10 in /home/virtual/site307/fst/var/www/html/includes/database.mysql.inc on line 66.
The Private Message error says this when logging out:
warning: Missing argument 4 for privatemsg_user() in /home/virtual/site307/fst/var/www/html/modules/privatemsg.module on line 45.
warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site307/fst/var/www/html/includes/common.inc:384) in /home/virtual/site30
The Webform module error says this when clicking Webforum on the Admin bar:
warning: webform_page(webform.inc): failed to open stream: No such file or directory in /home/virtual/site307/fst/var/www/html/modules/webform.module on line 1088.