Project

General

Profile

Search

Results (18317)

Help: RE: internal server errors on certain svn repositories
Hi we had the same Problem with our Test Pr ... me SVN Repository The problem is that the issues, related to the project TEST1, won't be de ... changeset.rb at line 171 tries to select all issues for a project. Now there are Issues related to a Project that was still removed (TEST1) - but the Issues are still there So issue.project (for these Issues) will be nil and you get the Exception. ... 171 (app/models/changeset.rb) project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project to (issue.project != nil) && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue... 2010-11-02 14:40
Help: RE: Redmine installation problem
You need to *remove* the i18n gem in version 0.4.2. This gem is what causes your issues. <pre>gem uninstall i18n -v=0.4.2</pre> 2010-11-02 12:17
Help: RE: Redmine installation problem
thank you for your answer :) My support ju ... /pre> Unfortunately that didn't fixed the issue for me :( I guess I'll have to wait for the issue http://www.redmine.org/issues/6784 to be resolved :( 2010-11-02 12:15
Help: RE: Redmine installation problem
hi, thank you for your answer, I've tri ... th little success. My support resolved the issue for me (I guess I had no permissions for gem ... dea what is causing this error? Best Regards 2010-11-02 10:59
Help: RE: 'Issues' TAB giving internal error
OK I got the wrong the log file , > Processing IssuesController#index (for 192.168.0.100 at 2010- ... "cair-vr", "action"=>"index", "controller"=>"issues"} > Rendering template within layouts/base > Rendering issues/index.rhtml > > ActionView::TemplateErro ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: > 13: </tr></thead> > 14 ... = false %> > 15: <tbody> > 16: <% issue_list(issues) do |issue, level| -%> > 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> > 18: <% reset_c ... <tr class="group open"> > > app/helpers/issues_helper.rb:28:in `issue... 2010-11-02 10:32
Help: RE: Creating issue via api
It seems to me, you are missing some quotatio ... alid. As they would look when you create the issue by hand. 2010-11-01 23:45
Help: Redmine installation problem
Hi, I'm trying to install redmine 1.0.3 and I'm having rack issue My server is running cpanel I'm getting ... in, unfortunately that didn't resolved the issue :( Do you have any suggestions? what could I do? Thank you for your answers Best Regards 2010-11-01 22:56
Help: Search does not return all custom field results
Hello, I have an interesting issue. When I search for a custom field value usi ... could be causing this? When I search under Issues using a filter, I am able to view all resul ... hank you very much for your assistance! John 2010-11-01 21:42
Help: RE: 'Issues' TAB giving internal error
I am using redmine version 1.0.1 and the productionlog in ~/redmine is empty. 2010-11-01 19:06
Help: stack level too deep
Everything was working fine. Our server rebo ... r#start: pid=82308 port=3000 Processing IssuesController#index (for 198.65.168.24 at 2010- ... rameters: {"action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (S ... _locals_filters_object_query' app/views/issues/index.rhtml:17:in `_run_rhtml_app47views47issues47index46rhtml' app/views/issues/index.rhtml:11:in `_run_rhtml_app47views47issues47index46rhtml' app/controllers/issues_controller.rb:84:in `index' app/controllers/issues_controller.rb:83:in `index' /usr/local ... public/500.html (500 Internal Server Error) 2010-11-01 18:28
Help: RE: Migrate a project to redmine 0.9 to 1.0.2
when i go to myproject then in issues page, in production.log i had this : I ... org/projects/intranetsup] </pre> I go to issue page : <pre> Processing IssuesController#index (for 192.168.1.38 at 2010-1 ... ranetsup", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: <% previous_group = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... <tr class="group open"> app/helpers/... 2010-11-01 16:16
Help: RE: Migrate a project to redmine 0.9 to 1.0.2
the command works : <pre> # RAILS_ENV=pro ... /pre> but i have always my problem on the issues page <pre> Internal error An error o ... ine administrator for assistance. </pre> 2010-11-01 15:57
Help: RE: 'Issues' TAB giving internal error
What redmine version? Please also post the error trace from @log/production.log@. 2010-11-01 14:52
Help: 'Issues' TAB giving internal error
I have redmine installed on Suse . Before some days everything was working fine. Now the 'issues' TAB under some projects gives internal error. I am not getting any way to resolve this .. 2010-11-01 13:06
Open discussion: RE: Unable to start redmine
Done, http://www.redmine.org/issues/6784 2010-11-01 13:02
Help: RE: automatically update custom field value
Théodore Biadala wrote: > Indeed that would ... e this virtual attribute to order/filter the issue list ? No easy way. Then use an @after_in ... rg/v2.3.8/classes/ActiveRecord/Callbacks.html 2010-11-01 12:46
Open discussion: RE: redMine 500 error while saving new issue
Thanks Felix for pointing out the issue. I removed the mail configuration and it is working fine now. 2010-11-01 12:23
Help: RE: automatically update custom field value
Indeed that would be best. I choose to go wit ... e this virtual attribute to order/filter the issue list ? 2010-11-01 12:15
Help: RE: automatically update custom field value
You could use a virtual attribute instead of saving the attribute to the DB, i.e. extend the issue model with something like: <pre><code cla ... t be the correct value each time you call it. 2010-11-01 12:12
Open discussion: RE: redMine 500 error while saving new issue
Please use the @< pre>@ tags (there's an extr ... ut, i.e. I guess your email config is faulty. 2010-11-01 12:02
Plugins: RE: Some question about Redmine Plugins
# You should probably learn a little more rai ... a part of the plugin guide, # For an extra issue attribute, you'd probably be better off usin ... ake care of managing its storage and display. 2010-11-01 12:00
Help: RE: News lost edit link
This is caused by some refactoring in the trunk. The issue should be solved by now (see #6513 and relat ... use a stable release if possible. --Holger 2010-11-01 11:46
Help: automatically update custom field value
hi, I've been working on a plugin which he ... User Pain" which value i update each time an issue is created or updated. The value is easy to ... not updated. To sum up : * I create an issue, the value of user pain is accurate. * Then i add a tracker to the issue's project. * the value of user pain for the issue is not accurate anymore it needs to be compu ... thought of computing the value each time an issue is loaded but i can't find the right hook to do that. I've thought of updating every issues each time tracker or priority is changed, b ... should best implement that, please tell me :) 2010-11-01 11:22
Open discussion: RE: redMine 500 error while saving new issue
Below is the error from the log file. *<html ... tyle: italic; } </style> </head> <body> Issue #14 has been reported by Gaurav Shrestha. <hr /> <h1><a href=3D"http://localhost:3000/redmine/issues/14">Bug #14: testing<= /a></h1> <ul> < ... ls/mailer.rb:292:in `deliver!' app/models/issue_observer.rb:20:in `after_create' /usr/lib ... 184:in `notify_observers' app/controllers/issues_controller.rb:143:in `create' Rendering ... ublic/500.html (500 Internal Server Error) * 2010-11-01 05:50
Help: RE: can I change default tracker for new issue?
works nicely. Thank you Didn't find anything about that in forums not help... R. 2010-10-31 22:52
(13076-13100/18317)