Project

General

Profile

When I try to create an issue in redmine, nothing happens

Added by Joshua Minnie over 13 years ago

Every time I try to create an issue and submit the form, either with the Create or the Create and Continue button, it simply refreshes to the Issues tab of the project with no information. I've review the database and it definitely is not in there. I have put my rails app in development mode and tail'd the development.log and I'm definitely not seeing an INSERT or UPDATE statement. It does look like my information is getting sent to the IssuesController, but nothing ever happens with it.

My Installation:
Ruby: 1.8.7 (i686-linux)
Rails: 2.3.5
OS: Linux
DB: MySQL 5.0.91-community
Server: Mongrel


Replies (3)

RE: When I try to create an issue in redmine, nothing happens - Added by Joshua Minnie over 13 years ago

At this point, since I wasn't to far in to setting up my data, I went ahead and "reinstalled" my Redmine app. Wiping out all the data using rake db:migrate:reset and then loading up defaults again. Still the same behavior. Any one have any ideas why an Issue just wouldn't be created? Everything else I can manage, like Projects, Users, Groups, etc.

RE: When I try to create an issue in redmine, nothing happens - Added by alex patton over 13 years ago

I am having the same issue. #7462

I am having no luck in finding a solution.

I am stumped.

I have created a new database, and still same issue.

Did you have any luck in finding a solution?

RE: When I try to create an issue in redmine, nothing happens - Added by Joshua Minnie over 13 years ago

My had something to do with importing all the files into a pre-existing rails application directory that my webhost created. Once I deleted everything from the rails application directory (not to be confused with the subfolder 'app') and then copied everything from the redmine tar.gz file, my redmine installation started working great.

    (1-3/3)