Actions
Defect #9467
closedError 500 on form submit (POST)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-10-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi,
I'm running a working version of redmine on a server.
I've just rent a new server and want to migrate my redmine from old to new server. All is the same (except hardware).
On the new server, redmine work fine, and i can see all my public projects, BUT when i want to login or register or forgot password, on submiting forms, i've got an error 500 from apache.
The query in search box work fine.
There is NOTHING in logs (apache error or acces or redmine logs).
I'm running redmine 1.1.2 thrue apache+passenger. I've tried to update to 1.2.x but it's the same.
here is my conf
# RAILS_ENV=production ruby script/about config.load_paths is deprecated and removed in Rails 3, please use autoload_paths instead config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead About your application's environment Ruby version 1.8.7 (amd64-freebsd8) RubyGems version 1.6.2 Rack version 1.1.2 Rails version 2.3.11 Active Record version 2.3.11 Active Resource version 2.3.11 Action Mailer version 2.3.11 Active Support version 2.3.11 Application root /ssd/www/coda-cola.net/phea/htdocs Environment production Database adapter mysql Database schema version 20101114115359
# gem list *** LOCAL GEMS *** actionmailer (2.3.11) actionpack (2.3.11) activerecord (2.3.11) activeresource (2.3.11) activesupport (2.3.11) fastthread (1.0.7) i18n (0.4.2) inifile (0.4.1) lockfile (1.4.3) net-ssh (2.2.1) passenger (2.2.11) rack (1.1.2) rails (2.3.11) rake (0.9.2) sources (0.0.1)
# uname -rms FreeBSD 8.2-STABLE amd64
# pkg_info | grep ruby | awk '{print $1}' ruby+nopthreads-1.8.7.352_2,1 ruby18-bdb-0.6.6 ruby18-gems-1.6.2 ruby18-iconv-1.8.7.352,1 ruby18-mysql-2.8.2_1 ruby18-rmagick-2.13.1_2
All gem, ports and ruby versions are the same on both server. I can't understand ...
Thanks for help
Actions