Problem:
The 'upload' folder in photogallery directory is not set to full read / write permisson. This prohibits the gallery scripts to save any uploaded files into the folder.
Solution:
All you need to do is CHMOD 777 the 'upload' folder (set file attribute to 777).
|