-
-
Notifications
You must be signed in to change notification settings - Fork 123
install and unistall failed #169
Comments
here is the new machine environment:
|
Hi, @TonyRideBike
Anyway, you dropped tables related to issue templates without above migration task, is that right? Please see: https://www.r-labs.org/projects/issue-template/wiki/About_en#Uninstall-plugin I hope this would be any help. Here is the instruction to uninstall plugin, at www.r-labs.org. Uninstall pluginRun rake task
Above rake task will remove the related records to redmine_issue_templates from schema_migration table. Manual uninstallIn some situation, rake task to uninstall may be failed. To uninstall plugin manually, please remove these records and tables from your database. Remove records from schema_migration table related to issue_templates.
|
Also, thanks for using Banner plugin!
As you wrote above, if you still have any message related this 500 error, or if you reproduce this error, please let me know. |
Hi @akiko-pusu I believe the operation of the database really did the work:
after that I clone this repository, install again, restart and everything is working perfectly. I sincerely thank you for this advice! |
@TonyRideBike |
Hi developer, I really need help on this:
I migrate the database from old machine to a new one, install this plugin and on some pages, there will be a 500 internal error.
the log shows the tables are not correct, so I decided to drop the four tables of issue_templates, issue_template_settings, global_issue_templates, global issue_templates_projects, then try to re-install the plugin.
but rake never works after that because of "table not found"...
I thought when installing the plugin, the scripts should create the table? could you let me know how to re-install in such a situation?
thank you in advance.
The text was updated successfully, but these errors were encountered: