I've recently moved hosting services, and the problem I'm having started on the new service. On the plus side, on my new service I can modify any and all config files. On the minus though, I've no idea what to modify to make this work
When I try to upload an item, it fails to move to the destination directory. For example, trying to upload a pic through Singapore, I receive:
Warning: move_uploaded_file(galleries/./NewlyAdded/test.bmp): failed to open stream: Permission denied in /home/site/www/modules/galleryS/singapore/includes/admin.class.php on line 739
Warning: move_uploaded_file(): Unable to move '/tmp/php8F4yJs' to 'galleries/./NewlyAdded/test.bmp' in /home/site/www/modules/galleryS/singapore/includes/admin.class.php on line 739
At one point I inserted some test code to verify the file was placed in /tmp, and it was. I don't know if I'm seeing a permissions problem or a config issue. I believe I've got good permissions set though. I am wondering if php has a way to set where uploaded files can be copied.
Any php experts able to set me straight here?

