error when trying to upload images

millercreative / 2010-02-03 15:21:10   

Here's what I'm getting when I try to upload images:

Warning: move_uploaded_file(/home/ymiller/public_html/files/gimgs//41_3delyonbagmini2010.jpg) [function.move-uploaded-file]: failed to open stream: Read-only file system in /home/ymiller/public_html/ndxz-studio/module/exhibits/index.php on line 1392

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php7odICj' to '/home/ymiller/public_html/files/gimgs//41_3delyonbagmini2010.jpg' in /home/ymiller/public_html/ndxz-studio/module/exhibits/index.php on line 1392

Warning: Cannot modify header information - headers already sent by (output started at /home/ymiller/public_html/ndxz-studio/module/exhibits/index.php:1392) in /home/ymiller/public_html/ndxz-studio/lib/template.php on line 65

My website is www.yaelmiller.com.

Any idea why I need to do??

Vaska A / 2010-02-03 15:24:07   

Your folder permissions aren't set. It is either the 'tmp' directory of the 'files' and 'gimgs' folders.

Redo the permissions on files and gimgs and then try again. If it doesn't work then ask your host if they will check the 'tmp' directory and show them these error notes.

millercreative / 2010-02-04 00:13:17   

Thanks for the reply, Vaska. What should these be set to? Right now, it's on 777.

millercreative / 2010-02-04 01:12:58   

In touch with hosting company Let's see if they are able to do anything...

millercreative / 2010-02-04 02:09:22   

They reset to 755 and now it works.

This thread has been closed, thank you.