After I installed Plogger 3 beta, I can create a new collection but when I create a new album, it announced that " Could not create directory" even I Chmod all directories: images, uploads, themes and the root directory of Plogger already. Please help me. What should I do now ?
I have a same problem. PHP is using safe mode, is there any possibility, that it could be fixed? (i think there is no chance to force webhoster to switch off safe mode restrictions)
you can turn it off for a specific scripts in some cases if you don't have access to php.ini by adding the following to the page that plogger is integrated into or adding to index.php if you're not integrating plogger.
ini_set("safe_mode",0)
this will turn off safe mode ONLY for the file you put it in (and all included files)