Actions
Defect #6384
closedTarget Version contains HTML for one project
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2010-09-13
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
After porting Redmine to a new server, the Target Version when editing or creating an issue contains HTML (See attached image). When changing the target version from the list view (right click->target version) it saves without a problem.
The data looks fine for these versions:
mysql> select * from versions where id in (4,69); +----+------------+------+-------------+----------------+---------------------+---------------------+-----------------+--------+---------+ | id | project_id | name | description | effective_date | created_on | updated_on | wiki_page_title | status | sharing | +----+------------+------+-------------+----------------+---------------------+---------------------+-----------------+--------+---------+ | 4 | 1 | 2.5 | | 2010-10-27 | 2009-10-30 14:22:52 | 2010-09-08 13:26:49 | | open | none | | 69 | 1 | 2.6 | | NULL | 2010-07-06 08:34:35 | 2010-09-08 13:27:03 | | open | none | +----+------------+------+-------------+----------------+---------------------+---------------------+-----------------+--------+---------+ 2 rows in set (0.00 sec)
Redmine r3559
MySQL 5.1.46
Ruby 1.8.7
Rails 3.0.0, 2.3.5
Rack 1.2.1, 1.0.1
I'm stumped as this exact configuration was working on a previous server..
Files
Actions