Vote #72697
完了Missing tmp/pdf directory
0%
説明
There is no tmp/pdf directory in default bungle. And it cause the following error during pdf export:
Started GET "/issues/2214.pdf" for 217.73.199.113 at Tue Oct 23 13:11:54 +0400 2012
Processing by IssuesController#show as PDF
Parameters: {"id"=>"2214"}
Current user: ac (id=171)
Completed 500 Internal Server Error in 186ms
Errno::EACCES (Permission denied - /opt/redmine-2.1.2/tmp/pdf):
lib/redmine/export/pdf.rb:39:in `initialize'
lib/redmine/export/pdf.rb:499:in `new'
lib/redmine/export/pdf.rb:499:in `issue_to_pdf'
app/controllers/issues_controller.rb:121:in `show'
app/controllers/issues_controller.rb:114:in `show'
Solution is just a creation of
journals
--------------------------------------------------------------------------------
I have added tmp/pdf to Subversion r10702, r10703 and r10704.
Redmine will make tmp/pdf directory if it does not exist.
source:tags/2.1.2/lib/redmine/export/pdf.rb#L38
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,32924,tmp/pdf directory is no longer necessary