I'm new to Drupal and CMSs, so this may be a no-brainer for anyone but me.
I'm having trouble trying to install a feedback.module... I got the module from http://drupal.org/project/feedback.
I then did every thing needed to install and change the settings except for the last step:
4. Configure the module under admin -> settings -> feedback
- Assign an email address that the feedback will go to
when i actually go to admin -> settings -> feedback, it just has the title "feedback" with the word "Array" and a "Save configuration" and "reset to defaults" button. But there is nowhere to type?!?
I also tried clicking on feedback in the admin navigation menu and it gives me this error message:
Fatal error: Call to undefined function: drupal_get_form() in /homepages/19/d121550808/htdocs/wom/modules/feedback.module on line 353
I tried actually going to that line 353 in the document. It says: $output .= drupal_get_form('', $form); and i have no idea what to do from there....
I tried redoing everything from the very very beginning, even redownloading it. I don't know what else to do and i've searched the drupal site so many times!!!! ahah... any suggestions?
Comments
Comment #1
kbahey commentedAre you sure you are using Drupal 4.7?
Comment #2
bvmf commentedumm...
I got what i'm using through Civicspace, and was specifically told to download Version 0.8.2(December 1, 2005), though I'm not sure why. I'm looking up what version of drupal that would be, but I'm not sure. sorry... does the civicspace version help?
Comment #3
kbahey commentedThat civicspace version is equivalent to Drupal 4.6, since 4.7 is not yet released.
Download the 4.6 version and try.
Comment #4
bvmf commentedthank you. i knew it would be simple. and of course i would never have thought of that.... heh...