If you get this error msg when trying to upload images to your products in CubeCart:
Warning: move_uploaded_file(/home/USER/public_html/images/uploads/advert.png) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/USER/public_html/admin/filemanager/upload.php on line 104
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpZsDAAU' to '/home/USER/public_html/images/uploads/picture.jpg' in /home/USER/public_html/admin/filemanager/upload.php on line 104
Do the following:
CHMOD all the directories under */public_html/images to 777.