I don't know why but when I go to the last folder to try to upload (there are 13 folders for galleries) I keep getting the error
Attempting to upload test_photo.jpg
ERROR - The file was not uploaded.
The selected destination folder is not writeable or does not exist. Make sure the destination folder exists and has permissions of 777.
WRONG.. it is set at 777 the folder is there, everything is correct - just like the other 12 folders.
I have even gone so far as to copy and paste the folder name to make sure it is correct.. it is.
This one has me Stumped completely.
Here are the last few folders from my config file
$UPLOAD_INFO[10][PATH] = "/home/username/public_html/content/gallery/Family Disfunctions/Sarah Turns 24";
$UPLOAD_INFO[10][NAME] = "Sarah Turns 24";
$UPLOAD_INFO[10][OVERWRITE] = 1;
$UPLOAD_INFO[11][PATH] = "/home/username/public_html/content/gallery/Family Disfunctions/Water Sports Guys";
$UPLOAD_INFO[11][NAME] = "Water Sports Guys";
$UPLOAD_INFO[11][OVERWRITE] = 1;
$UPLOAD_INFO[12][PATH] = "/home/username/public_html/content/gallery/Murder Parties/Assassination In Hollywood";
$UPLOAD_INFO[12][NAME] = "Assassination In Hollywood";
$UPLOAD_INFO[12][OVERWRITE] = 1;
$UPLOAD_INFO[13][PATH] = "/home/username/public_html/content/gallery/Murder Parties/Business Of Murder";
$UPLOAD_INFO[13][NAME] = "Business Of Murder";
$UPLOAD_INFO[13][OVERWRITE] = 1;
Please note that I have NO problem at all with 10, 11 and 12 they upload just fine.. just number 13 - maybe it doesn't like the number 13?
Do you see anything amiss? Am I missing a comma or period somewhere?
Bubba