Closed (fixed)
Project:
Upload path
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
6 Sep 2007 at 03:49 UTC
Updated:
9 Jan 2019 at 23:50 UTC
I have two different drupal installations on the same server which are giving me the following error with upload path:
The selected file /.../files/tmp/tmp_m8bzbP could not be copied.
This happens on installations where uploading worked before installing Upload Path. I have been using the [author-name] token, but it does this with other tokens (or just plain text) as well.
I added a line to chmod the created directory to '777' but still no dice. Think this is a local permissions issue?
Comments
Comment #1
davidwhthomas commentedit sounds like you're not defining your tmp file path correctly in admin > file system
try adding a leading slash
ie:
/tmp
and making sure it's writeable by the webserver.