-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin menu error - No route matches #6
Comments
No idea for fix this issue ? :) |
Found a fix:
After making these changes the plugin started working. Note: You would need to setup OpenID discovery vanity URL by following this guide: http://jeremiahlee.com/blog/2009/09/28/how-to-setup-openid-with-google-apps/ |
Hi I have migrated the Google Apps login plugin to redmine 1.4.0, and got above error but resolved it by following the steps and migrated successfully but when i am taking the google_apps tab in Administration-Google_apps its showing error likes this: ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::TabularFormBuilder) on line #3 of vendor/plugins/google_apps/plugins/google_apps/app/views/google_apps/add.rhtml: <%= link_to 'Google Apps', :controller => 'google_apps', :action => 'admin' %> » New domain2: 3: <% form_for :domain, :builder => TabularFormBuilder do |f| -%> 4: 5: <%= f.text_field :name, :label => :field_name %> 6:
Rendering /home/redmine/redmine-1.4.0/public/500.html (500 Internal Server Error) |
I have tried the fixed plugin at https://github.com/nettantra/redmine_google_apps with Redmine 1.4.0, it seems to work properly. Please check the other plugins which are installed which might be conflicting with this one. |
Hi Thanks very much ,i have successfully installed the plug in But also facing another issue,When I enter in the appropriate authentication and then select to login.I am redirected to the redmine page and receiving the error like "OpenID verification failed" Here is my production log: Thanks |
Hi Please help me, My upgrade is stopped due to this issue |
Please follow the link mentioned in the the issue note i.e.
|
Hi I don't know to setup the openid with google_apps, so please help me |
Please follow this link: http://jeremiahlee.com/blog/2009/09/28/how-to-setup-openid-with-google-apps/ |
Hi No improvement, but i have one question In redmine-1.3.2 i have migrated the plugin without any issue and not followed the above link but in redmine-1.4 i am facing this problem what was the issue? and also i would be great if it is integrate the openid with the google_apps plugin ,so that i would make things more easier Thanks |
Hi I'm trying to upgrade my redmine from 1.3.0 to 2.0.0, but i have problems with the database migration, when i run the command : rake db:migrate RAILS_ENV=production its showing an error like MY ERROR LOG IS: ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'GoogleAppsAuthSource'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite AuthSource.inheritance_column to use another column for that information.): Here is the list of plugin that i am using in my old redmine: 2)Redmine Code Review plugin 3)Redmine Hudson plugin |
Hi,
I've an error after installing your plugin.
If I comment the line #17 of init.rb I can go in admin, but impossible to access the plugin configuration page...
Thanks,
(Redmine 1.3.1.devel)
The text was updated successfully, but these errors were encountered: