Search
Results (18264)
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Thanks for the clarification re FORWARD and R ... ome interesting nuances to working with RHEL.
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Related : * My servers must use a forward ... t redmine systemctl status redmine </pre>
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Hi, the error you see is the errors in apac ... t my own way. I will post my procedure today.
- Hi I start my local Redmine server v4.2.3. ... in Redmine? From Excel, CSV, txt, etc? Not issues, but all projects? After that i will import all issues for all projects. Thx
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- I just walked through the steps in the howto ... at your logs again, it really seems like the issue is that apache is not using the correct vers ... the errors? Sorry I couldn't be more help.
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Interesting that it appears to work when you ... sh CentOS7 box to see if I run into the same issue.
- Development: RE: Final decision on age-old issues
- I agree. Lorenzo
- There are a number of open tickets that were ... have been solved differently in the meantime
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- I found a way to install specific version of ... (0.1.5) [root@lqcl1-red redmine]# </pre>
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Hi, 1) Indeed there was a typo there. Chan ... e version installed and there seems to be an issue here : <pre> [root@lqcl1-red redmine]# g ... here any way to force install a gem version ?
- Help: RE: Partner uses Redmine too and issues are being worngly updated by email both sides
- Hi Lorenzo! Thanks for your interest. The issue is that usually we send a ticket to our part ... ther users already. Best regards, Claudio
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Hmm, that's too bad. Always nice when putting ... ook at your post, I think I see two possible issues: 1) In your vhost, the Directory block ... rsion of Passenger and see if that helps.
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- SElinux is on Permissive mode. Still doesn't work. :(
- Help: RE: Install issue on RHEL7 : Could not spawn process for application
- Are you running SELinux? If you disable SELinux do things start to work?
- I'm actually developing a reporting plugin but I have a the issue that mouse events in 3rd party libaries are ... t I wonder if there is way to make them work.
- Help: RE: Import Issue Precedes without Delay
- Hi, it's not clear if you use parent/child re ... in parent/child relation. Thanks Lorenzo
- Open discussion: RE: .issue.created_on / .journals.created_on is UTC datetime by default?
- Hi, all rails applications, based on active record, store datetimes in DB as UTC. Thanks Lorenzo
- Help: RE: Partner uses Redmine too and issues are being worngly updated by email both sides
- Hi, what do you want to do with email notice ... should explain requirements. Thanks Lorenzo
- Help: RE: Email delivery is not configured, and notifications are disabled
- Hi, I do not think this is a Redmine issue. Seems to me as a misconfiguration or a reac ... ping an to telnet smtp server first. Lorenzo
- Help: RE: Email delivery is not configured, and notifications are disabled
- I have the same issue. Did you solve this problem?
- I followed the install procedure here : ht ... ::HTTPServer#start done. Exiting </pre> Issue seems to be somewhere between apache, passen ... Any help would be aprreciated. Thanks!
- Help: RE: Problem with the list of the tracker when I do a new issue
- Hi Go MAEDA, The user has only one rol in th ... . I attach the behavior in a video. Thanks!
- Plugins: RE: Plugin conflict: helper method i ... s to disappear when another plugin is present
- Doing some tests I realized the problem happens because the other plugin also patches IssuesController. The patch for this controller ... blank like this: <pre> require_dependency 'issues_controller' module MegaCalendar module IssuesControllerPatch end end </pre> and it ... e: <pre> require_dependency 'mega_calendar/issues_controller_patch' </pre> for the problem to happen. It is not necessary to do: <pre> IssuesController.send(:prepend, MegaCalendar::IssuesControllerPatch) </pre> So there is some ... e based on the Patch suffix and it seems the IssuesHelper module is reset. But, I realized I don't need to patch IssuesHelper and instead I just moved the method issue_history_tabs_for_redmine_rt from IssuesHelperPatch to my ...
- I'm using the "CoreHelper.send(:include, MyHelper)" call mentioned in: https://www.redmine.org/issues/11151#change-104998 in my plugin: https ... t.rb to add one extra helper method named issue_history_tabs_for_redmine_rt for the issue view: https://github.com/MayamaTakeshi/redm ... 76f227f22bea659432f367cbf4dd6/lib/redmine_rt/issues_helper_patch.rb This works fine. Howe ... thub.com/berti92/mega_calendar the method issue_history_tabs_for_redmine_rt disappears: Rendered plugins/mega_calendar/app/views/issues/show.html.erb (500.0ms) Rendered plugins/redmine_rt/app/views/issues/show.html.erb within layouts/base (531. ... ::Error (undefined local variable or method `issue_history_tabs_for_redmine_rt' for #<#<Clas ... 48>:0x00007f0095923c80> Did you mean? issue_history_tabs): 220: 221: " > ... 'desc' : 'asc' >"> 223: <= render_tabs ...
- Hi all, im currently working on a college pro ... nging the code already made. For example, in issues tab, in pdf/csv export you could add a new ... made any mistakes and thanks for your time.