mantisbt-plugins/Snippets

Snippets stopped working since update to Mantis 2.25.0

fpaquet opened this issue · 7 comments

All Snippets dropdowns are gone.

Opening plugin configuration page reveals:

APPLICATION ERROR #2505

Das Plugin „Snippets“ muss aktualisiert werden, bevor Sie auf diese Seite zugreifen können.

Bitte benutzen Sie die „Zurück“-Taste Ihres Browsers, um auf die vorhergehende Seite zurückzukehren. Dort können Sie den hier angezeigten Eintrag korrigieren oder eine andere Aktion ausführen. Über das Menü können Sie auch direkt zu einer anderen Aktion wechseln.

We're using an up-to-date clone of https://github.com/mantisbt-plugins/Snippets

We're using an up-to-date clone of https://github.com/mantisbt-plugins/Snippets

The plugin has formal releases, so it would be more useful if you mentioned the actual version you're on.

Based on your usage of the word clone, I would assume that you've recently pulled the plugin's code when you updated Mantis, but did not actually upgrade the plugin nor ran the Admin Checks after upgrading Mantis as explained in the Admin Guide.

Snippets 2.3.0 introduced a schema change so you need to upgrade the plugin via Manage Plugins Page.

Of course we have executed the Admin Checks as explained in the Admin Guide.
Everything was green.

When we try to click on the "Upgrade" button in the plugin management, we get:

APPLICATION ERROR #2503

Aktualisierung des Plugin-Schemas ist in Block #1 fehlgeschlagen.

Bitte benutzen Sie die „Zurück“-Taste Ihres Browsers, um auf die vorhergehende Seite zurückzukehren. Dort können Sie den hier angezeigten Eintrag korrigieren oder eine andere Aktion ausführen. Über das Menü können Sie auch direkt zu einer anderen Aktion wechseln.

APPLICATION ERROR #2503

Aktualisierung des Plugin-Schemas ist in Block #1 fehlgeschlagen.
means
Plugin schema update failed in block #1.

You are obviously not using the latest release as this error was actually fixed last night (see #55).

Thank you, we'll try it. :-)

Snippets are working again after pulling the changes and hitting "Update" in plugin manager.
Thank you