Hi all,
I am relatively new to Drupal, but am enjoying it very much. I recently set up a site and was pleased with how little time it actually took to get things going out of the box. My problems now are with two modules that I have tried to install: feedback and privatemsg. Both are giving me similar error messages, so I'm hoping that may be a clue to some of you more familiar with these particular modules.
I am running Drupal 4.6.5 and have downloaded the latest versions of both modules. I followed the instructions, placed the modules in the correct folders, made the necessary changes to the MySQL database, but when I go to actually use the modules, I've got problems.
In the case of privatemsg, I see the View Inbox link in the navigation, but when I go to click on it, I get this error message:
Fatal error: Call to undefined function: drupal_get_form() in /homepages/43/d154088979/htdocs/modules/privatemsg.module on line 723.
If I try to configure the module at http://www.mydomain.com/?q=admin/settings/privatemsg, I get a blank screen.
The feedback module looks to install correctly, I get the message Fatal error: Call to undefined function: drupal_get_form() in /homepages/43/d154088979/htdocs/modules/feedback.module on line 353.
In each case, the common error is the function drupal_get_form(). Does anyone have any theories that could point me in the right direction of how to correct this?