Can't upload image or file

Can't upload image or file

Friday 29 February 2008 5:50:24 am - 3 replies

Author Message

Stéphane Bullier

Saturday 01 March 2008 1:40:55 am

Hello,

You known which image system you are using ? Image Magick or GD ?

Also, you have to check the unix rights in your folder storage where are storing the images.

# chown -R user.usergroup var/
# chmod -R 770 var/

The "user.usergroup" notation must be changed to user and groupname that the webserver runs as.

Stéphane

Josh Rader

Friday 14 March 2008 10:08:37 am

We are using Image Magick.

How do I find what folder the images are being uploaded to?

Michael Hall

Saturday 15 March 2008 5:42:51 am

chmod -R 770 var/

This makes /var and all its sub folders writeable (-R = recursive), which is how ezp likes things. If you can't run this (and the preceding) command directly on the server, you could try changing permissions on /var and each subfolder manually with an FTP program.

Actually, shouldn't that be

chmod -R 770 /var

?

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.