jamtur01 / redmine_tab

Add a named tab to Redmine that links to an iframe (unmaintained as I don't manage Redmine anymore)
Other
51 stars 34 forks source link

Error 500 when trying to open configuration link under plugin. #12

Closed Eldadc closed 8 years ago

Eldadc commented 11 years ago

Hi,

I'm getting 500 error when trying to open configuration link. I have installed the latest Redmine Bitmani version. Any suggestions will very helpful.

Thanks

jamtur01 commented 11 years ago

Any log output?

Eldadc commented 11 years ago

Thanks on the quick reply. I have created log folder according to web.config file but no log was created. Any suggestions?

Thanks Eldad,


From: James Turnbull notifications@github.com To: jamtur01/redmine_tab redmine_tab@noreply.github.com Cc: coop1999 cohen_eldad@yahoo.com Sent: Wednesday, November 14, 2012 12:08 AM Subject: Re: [redmine_tab] Error 500 when trying to open configuration link under plugin. (#12)

Any log output? — Reply to this email directly or view it on GitHub.

Eldadc commented 11 years ago

Hi,

I am sorry , I got confused with my previous email. I will take a look for the logs output.


From: James Turnbull notifications@github.com To: jamtur01/redmine_tab redmine_tab@noreply.github.com Cc: coop1999 cohen_eldad@yahoo.com Sent: Wednesday, November 14, 2012 12:08 AM Subject: Re: [redmine_tab] Error 500 when trying to open configuration link under plugin. (#12)

Any log output? — Reply to this email directly or view it on GitHub.

Eldadc commented 11 years ago

My logs, Can you please review it: Thanks

Started GET "/redmine/settings/plugin/redmine_tab" for 127.0.0.1 at Wed Nov 14 10:12:33 +0200 2012 Processing by SettingsController#plugin as HTML Parameters: {"id"=>"redmine_tab"} Rendered settings/plugin.html.erb within layouts/admin (45.0ms) Completed 500 Internal Server Error in 60ms

ActionView::Template::Error (Missing partial settings/redminetab_settings with {:handlers=>[:rjs, :rsb, :erb, :builder], :locale=>[:en], :formats=>[:html]}. Searched in:

Eldadc commented 11 years ago

Hi,

Do I need to run migration command ?

Thanks

fathomssen commented 8 years ago

I have created a pull request which would solve this problem: https://github.com/jamtur01/redmine_tab/pull/18

For the time being, you can also use my fork: https://github.com/fathomssen/redmine_tab It has already been merged.

Eldadc commented 8 years ago

Thanks for resolving the issues.