Project

General

Profile

Actions

Defect #12189

closed

Missing tmp/pdf directory

Added by Anton Chevychalov over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
PDF export
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

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 <redmine_home>/tmp/pdf


Related issues

Related to Redmine - Patch #32924: tmp/pdf directory is no longer necessaryClosedGo MAEDA

Actions
Actions #1

Updated by Toshi MARUYAMA over 11 years ago

  • Subject changed from No tmp/pdf directory in bungle to No tmp/pdf directory
  • Target version set to 2.1.3
  • Affected version (unused) changed from 2.1.2 to 1.4.4
  • Affected version changed from 2.1.2 to 1.4.4
Actions #2

Updated by Toshi MARUYAMA over 11 years ago

  • Category set to PDF export
  • Status changed from New to Closed
  • Resolution set to Fixed

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

Actions #3

Updated by Jean-Philippe Lang over 11 years ago

  • Subject changed from No tmp/pdf directory to Missing tmp/pdf directory
Actions #4

Updated by Go MAEDA about 4 years ago

  • Related to Patch #32924: tmp/pdf directory is no longer necessary added
Actions

Also available in: Atom PDF