Here is what is happening when I try to create a new collection:
Warning: mkdir(/home/blue20/domains/mydomain.com/public_html//images/my_photos): Permission denied in /home/blue20/domains/mydomain.com/public_html/admin/plog-admin-functions.php on line 880
It seems to be adding an extra / when it gets to the root level of the domain. I have tried to remove the trailing / in Options/Gallery URL, but the script puts it back... Any help would be great! Thanks. BTW, I first installed this in a subfolder, and later moved it up to the root level. This may be the problem, but everything else works great. I just can't create anything new.
Plogger needs to have the folder it resides in with permissions of at least 775 or 777 in order to work properly. No webhost is going to allow you to set the permissions for your public_html folder (your root directory) to 777 - that is asking for trouble, because it allows ANYONE to write to that directory. More than likely the error you are getting is caused by your webhost's server permissions not allowing the root directory to be 777.
Thanks for your help. That's not it. Permissions are 775. I also tried 777 with no luck. I think the problem started when I moved the install up a level. I tried moving it back, but I still get the same error. It looks to me like it is trying to add a folder between public_html and images... but without naming it. Seems like there is something simple I am overlooking.