I installed project & project_issue module when I was using drupal 4.7.
Then I disabled the project & project_issue modules, removed relevant taxomony terms which were automatically created when installing them, and removed all the relevant tables from DB too.
I later upgraded my drupal core to 5.1 and wanted to try project & project_issue again but it seems like something is missing. The problems are
- There was only "Project release API compatibility" taxomony and no other taxomony were automatically created
- After enabling project_issue, the project still does not have any issue tracker
- The 'support forum' were added to all the newly-created project which I do not remember
- When accessing .../project/issues, I get "Fatal error: Unsupported operand types in /dir_to_drupal_installation/sites/all/modules/project/issue.inc on line 1460" error
So I want to start from beginning.
How can I completely remove & reinstall the project/project_issue module?
Comments
Comment #1
czarphanguye commentedAye... I'm wondering the same. Before I went to the mysql table system and removed the 'pre-configured' tables. Yet that doesn't restore all the default taxo like the very first install. I also heard the devel module can reinstall via a block, yet I've not figured that out either.
Comment #2
aclight commentedThe project module now implements hook_uninstall(), so this shouldn't be a problem any more.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.