Ticket #1484529 (assigned Bugs)

Opened 14 months ago

Last modified 8 months ago

Config directive, temp_dir, does not support relative path under Windows

Reported by: ekovarski Owned by: till
Priority: 5 Milestone: 0.2-stable
Component: Client Scripts Version: 0.1-rc1
Severity: normal Keywords: temp_dir, config
Cc:

Description (last modified by till) (diff)

It appears that using a relative path for temp_dir under Windows is not fully supported.

While Roundcube does function without an absolute path, some functions, such as attaching files fail intermittently without any errors.

For example, when attaching files the system would upload the attachment but when you hit send the message would be sent without any attachments.

Using an absolute path resolves the issue.

Change History

Changed 14 months ago by till

  • keywords temp_dir, config added; temp_dir removed
  • description modified (diff)

Changed 14 months ago by till

Before I can accept the ticket, please provide the following:

a) the error occurred b) your relative path c) your absolute path

Changed 14 months ago by till

  • owner set to till
  • status changed from new to assigned

Changed 14 months ago by Stephan

I faced similar problems when my configuration contained a value for open_basedir. Since I set it to none everything is working fine. But without any logfiles its hard to get into it. Regards, Stephan

Changed 8 months ago by till

  • milestone set to 0.2-stable

I need to test this - we might need to wrap the setting through realpath() but that is kind of expensive and I don't want to do this. Instead I'd like people to define absolute path.

This ticket still lacks examples, postponing. Apparently not as urgent.

Note: See TracTickets for help on using tickets.