Defect #5666
closed'Show' view of repository and entry doesn't work in production environment, but does in development
0%
Description
Hi,
I use 0.9.4 stable (MySql)
I set up for my project git repo and in development env. repository view shows me working tree, but in production it shows the message The repository has niether entries nor changes (I translated it from Russian).
Also entry view works that way, while revision view shows correct info in both environments. Request return code also differs as shown in the table below:
shows | request return code | url |
the message | 500 | /projects/redmine/repository |
correct info | 304 | /projects/redmine/repository/revisions/c1e4527e8d88a0abd9bdd70dfeb94d0e96d53feb |
the message | 500 | /projects/redmine/repository/revisions/c1e4527e8d88a0abd9bdd70dfeb94d0e96d53feb/entry/README.rdoc |
What may I did wrong?
ps
Ruby version 1.8.7 (i386-freebsd8)
RubyGems version 1.3.7
Rack version 1.1
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Edge Rails revision 0fdf5126acad9990f983d6c4a8e2785c11c012a3
Application root /usr/local/www/redmine
Environment development
Database adapter mysql
Database schema version 20100221100219
Updated by Felix Schäfer over 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use the forums for support requests.
Also note that you need rack 1.0.1, not sure that 1.1 is supported. Please also attach the error trace that leads to the 500 error and have a look at the SCM-error.log in the logs directory in the redmine directory.