Actions
Defect #16408
closed2.4.x to 2.5.x - No Images
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Using an SVN switch to change to the latest version is now causing pages to load with no images. My method used to make this upgrade was as follows:
Running 2.4.4, running svn update to patch to revision 12998.
svn switch http://svn.redmine.org/redmine/branches/2.5-stable
bundle update
rake db:migrate RAILS_ENV=production
rake redmine:plugins:migrate RAILS_ENV=production
rake tmp:cache:clear
rake tmp:sessions:clear
touch tmp/restart.txt
rails -v: 3.2.17
ruby -v: 1.8.7 patchlevel 374
passenger -v: 4.0.40
svn: 1.6.1
mysql -v: 5.6.16
Actions