![]() |
|
PHP Error When Uploading - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: PHP Error When Uploading (/thread-473.html) |
PHP Error When Uploading - charlene2021 - 2006-04-29 When I try to upload images to an already created album. I am using version 1.01 and this is the message I am recieving: Warning: move_uploaded_file(/home/charlene/public_html/gallery/albums/flowers/plantsaround01.jpg): failed to open stream: Permission denied in /home/charlene/public_html/gallery/zen/admin.php on line 113 Warning: move_uploaded_file(): Unable to move '/tmp/phpviN0vk' to '/home/charlene/public_html/gallery/albums/flowers/plantsaround01.jpg' in /home/charlene/public_html/gallery/zen/admin.php on line 113 Warning: Cannot modify header information - headers already sent by (output started at /home/charlene/public_html/gallery/zen/admin.php:113) in /home/charlene/public_html/gallery/zen/admin.php on line 127 PHP Error When Uploading - Chilifrei64 - 2006-04-29 this means that you dont have permissions to move the file to that directory. Make sure your albums and cache directories are chmod 777 and try to re upload . http://www.zenphoto.org/support/search.php?q=Unable+to+move |