Project

General

Profile

Plugin 404 issue after updating from 2.6.1 to 3.2.2

Added by Jose A de la Guardia almost 8 years ago

Hi!

I've updated Redmine from 2.6.1 to 3.2.2, and all works fine, except a custom plugins. I get this error when accesing the plugin:

Page not found

The page you were trying to access doesn't exist or has been removed.


[/usr/local/share/redmine-3.2.2/log]# cat production.log

Migrating to AddTrackersDefaultStatusId (20141029181752)
Migrating to RemoveIssueStatusesIsDefault (20141029181824)
Migrating to AddRolesUsersVisibility (20141109112308)
Migrating to AddWikiRedirectsRedirectsToWikiId (20141122124142)
Migrating to CreateEmailAddresses (20150113194759)
Migrating to PopulateEmailAddresses (20150113211532)
Migrating to RemoveUsersMail (20150113213922)
Migrating to AddEmailAddressesUserIdIndex (20150113213955)
Migrating to ReplaceMoveIssuesPermission (20150208105930)
Migrating to ChangeDocumentsTitleLimit (20150510083747)
Migrating to ClearEstimatedHoursOnParentIssues (20150525103953)
Migrating to AddRolesTimeEntriesVisibility (20150526183158)
Migrating to AddRolesAllRolesManaged (20150528084820)
Migrating to CreateRolesManagedRoles (20150528092912)
Migrating to AddUniqueIndexOnRolesManagedRoles (20150528093249)
Migrating to InsertAllowedStatusesForNewIssues (20150725112753)
Migrating to CreateImports (20150730122707)
Migrating to CreateImportItems (20150730122735)
Migrating to ChangeTimeEntriesCommentsLimitTo1024 (20150921204850)
Migrating to ChangeWikiContentsCommentsLimitTo1024 (20150921210243)
Migrating to ChangeAttachmentsFilesizeLimitTo8 (20151020182334)
Migrating to FixCommaInUserFormatSettingValue (20151020182731)
Migrating to ChangeIssueCategoriesNameLimitTo60 (20151021184614)
Migrating to ChangeAuthSourcesFilterToText (20151021185456)
Migrating to ChangeUserPreferencesHideMailDefaultToTrue (20151021190616)
Migrating to AddTokensUpdatedOn (20151024082034)
Migrating to CreateCustomFieldEnumerations (20151025072118)
Migrating to AddProjectsDefaultVersionId (20151031095005)
Migrating to CreateChecklistTemplateCategory (3)
Migrating to CreateChecklistTemplates (4)

[/var/log/apache2]# tail -n 4 redmine_access.log
192.168.1.108 - - [16/Jun/2016:09:41:34 +0200] "GET /annual_analysis HTTP/1.1" 404 735 "http://redminepre.domain.es/admin/plugins" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36"

Can anybody help me?

Thanks