Closed (fixed)
Project:
Feedback
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2006 at 23:38 UTC
Updated:
15 Sep 2006 at 22:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedAfter you unzip/untar the archive, copy or upload the feedback directory and all its contents to your modules directory.
In your case, you have to delete the row for feedback from the system table, then reenable it from the admin/modules page.
Comment #2
trique commentedThanks for the response kbahey!
Unfortunately I can't get what do you mean when suggesting to "delete the row for feedback from the system table, then reenable it from the admin/modules page".
Where is the system table?
Comment #3
kbahey commentedThe system table is in the database.
Using mysql command line, or phpmyadmin, whichever is available on your host, enter the following SQL command:
DELETE FROM system WHERE name = 'feedback';
Then upload the directory and all its content to your modules directory.
After that, go to administer -> modules and enable the feedback module.
Then go to its settings page and configure it.
Comment #4
trique commentedThanks! It worked!
You gave me the solution...