Project

General

Profile

Search

Results (18215)

Help: Internal error - after migration
Have migrated from 2.1.4 to 4.1.1 running on ... AILS_ENV=production == 20161010081301 ChangeIssuesDescriptionLimit: migrating ===================== -- change_column(:issues, :description, :text, {:limit=>16777216}) ... r column 'due_date' at row 358: ALTER TABLE `issues` CHANGE `description` `description` longtex ... Redmine plugins: no plugin installed 2020-06-27 12:21
Help: RE: Add an issue via PHP form
Update: I found a version of PHP ActiveResour ... code runs but doesn't create any new Redmine issue: <pre> require_once ('ActiveResource/lib/ActiveResource.php'); class Issue extends ActiveResource { var $site = 'https://www.ourserver.com/redmine/issues.xml?key=12345689'; var $request_format = 'xml'; } // create a new issue $issue = new Issue (array ('subject' => 'XML REST API issue creation test', 'project_id' => '17')); $issue->save (); </pre> Anyone have any idea why the above doesn't create a new issue? 2020-06-25 14:58
Open discussion: Mail configuration stop working when upgrading from 3.4 to 4.0.6
Hi. I need to create a new server with redmi ... . What should I do in order to solve this issue? 2020-06-25 14:37
Open discussion: Redis Cache with Redmine API
Hello Team, I want to integrate redis cach ... end and store all the data into redmine. Now issues we are facing for performance as we have lo ... e are not using redmine UI only redmine apis. 2020-06-25 07:04
Help: We're sorry, but something went wrong
yesterday it was running, today not - nth. ch ... "We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later" -> Whats Wrong? thx for answer 2020-06-24 12:57
Open discussion: We're sorry, but something went wrong
yesterday it was running, today not - nth. ch ... "We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later" -> Whats Wrong? thx for answer 2020-06-24 11:07
Help: Story Points
We are facing a situation, that Story Points ... ther setting that needs to be set or it's an issue with the plugin? We need to have this so ... in Jira. https://i.imgur.com/P8e4BbC.png 2020-06-23 11:30
Open discussion: RE: Where is issue_url() defined?
Yeah, I'm a newbie with Rails and redmine (ob ... nto the routes guide more deeply. Rich 2020-06-18 04:35
Open discussion: RE: Where is issue_url() defined?
Rich Kay wrote: > Oh, so it sounds like the "issue" in issue_url is a verb, not a noun. No, the "issue" in @issue_url@ is a noun. It refers to the singular form of the (Redmine core) _issues resource_ (source:/trunk/config/routes.rb@1 ... linked Rails guide carefully. HTH, Mischa. 2020-06-18 02:33
Open discussion: RE: Where is issue_url() defined?
Oh, so it sounds like the "issue" in issue_url is a verb, not a noun. That would clears up that mystery. Thanks, Rich 2020-06-18 01:43
Open discussion: RE: Where is issue_url() defined?
Rich Kay wrote: > Can anyone point me to whe ... provide out-of-the-box search functionality. 2020-06-17 22:40
Open discussion: Where is issue_url() defined?
I'm familiarizing myself with the redmine sou ... formation helpers refer to a method called "issue_url()" but I can't find issue_url() defined in the redmine source. Ca ... int me to where that's defined? Thanks much. 2020-06-17 21:54
Open discussion: RE: I have probllem in dowloading redmine. Redmine issued certificate expired
One time, it's safe to use @--no-check-certificate@. 2020-06-17 16:49
Open discussion: RE: I have probllem in dowloading redmine. Redmine issued certificate expired
The problem is generated by #33544, hopefully it'll be fixed soon by Jean-Philippe. 2020-06-17 16:48
Help: Issue not created with sent emails
Good morning, I have a random issue. We send mail to create tickets to a gmail ... ot understand why? Thanks for your feedback, 2020-06-17 15:06
Open discussion: I have probllem in dowloading redmine. Redmine issued certificate expired
Dear Experts, I am trying to download redm ... cannot verify www.redmine.org's certificate, issued by ‘/C=FR/ST=Paris/L=Paris/O=Gandi/CN=Gandi Standard SSL CA 2’: Issued certificate has expired. To connect to www ... go about this error Thanks Shivam 2020-06-17 13:05
Open discussion: RE: How to change the default calender field format while issue creation from "mm/dd/yyyy" to "dd/mm/yyyy".
You can't. That's because of "this":https:// ... te field to the old one with expected format. 2020-06-17 10:44
Help: RE: How to fix error "Path to repositor ... n creating new repository in project setting?
The paths to rep-A and rep-B differ probably. ... ow) it is configured and if that causes your issue. 2020-06-17 05:33
Open discussion: Unable to log time as non-admin user.
After our upgrade from v3.* to v4.4.1, we are now unable to log time on issues using the "log time" button. If we edit an issue, and use the time logging built into that fo ... ministrator. Is anyone else having this issue? 2020-06-15 17:17
Open discussion: RE: Strike-through text is defaulted in application
Go MAEDA wrote: > Could you attach screensho ... talking about the styling of links to closed issues (source:/trunk/public/stylesheets/applicati ... In fact, it is the desired behavior (#1127). 2020-06-15 02:19
Open discussion: Strike-through text is defaulted in application
Redmine is creating strike-through text for n ... rike-through text does not appear. Has an issue about unnecessary strike-through text in Redmine ever been addressed? Thanks! 2020-06-15 00:43
Help: Add an issue via PHP form
Hi! I'm trying to figure out how to create an HTML form that lets me add an issue to a Redmine project via PHP. I've figured o ... documentation. It says that to create an issue, I should use "POST /issues.[format]" and the parameter "issue - A hash of the issue attributes". So I assume I should POST to e.g. the URL https://www.myserver.com/redmine/issues.xml ? But what does "A hash of the issue attributes" mean in this context? The example shows an XML snippet with the issue attributes, so I guess I should create a sim ... reate a form in HTML+PHP that lets me add an issue to my Redmine project? 2020-06-12 13:28
Help: RE: Restoring a db in v4.1.1 gives Error 500, while in v4.0.5 is fine
Mischa The Evil wrote: > Well. You are clearly having an issue with it, don't you? And that's because the R ... ma was less descriptive in prior versions? 2020-06-12 08:10
Help: RE: Restoring a db in v4.1.1 gives Error 500, while in v4.0.5 is fine
Hi I think I couldn't express my case, in my ... from using different versions. I solved this issue by the help of PhpMyAdmin page as I explaine ... -p bitnami_app > backup.sql Wish you luck 2020-06-12 06:43
Help: RE: Restoring a db in v4.1.1 gives Error 500, while in v4.0.5 is fine
In cases like this I can only recommend to ei ... ne/gem version set, so this should not be an issue. Or is it? Well. You are clearly having an issue with it, don't you? And that's because the R ... stated by kumar abhinav (and Go MAEDA in the issue you opened), you still need to properly migr ... uspect the db:migrate command may not be the issue. I'm convinced your suspicion is not righ ... put do you get from the DB-migration command? 2020-06-12 04:36
(1676-1700/18215)