HI, When a users is uploading a pic to my site, I get this error - Warning: copy(pics/helenUX1TL.jpg) [function.copy]: failed to open stream: Permission denied in /home/pictures/public_html/index.php on line 192 PHP: What does that mean ?
it means you dont have enough permission on the folder, change the permissions on that folder(probably to 644 using your ftp client) and try again