![]() |
|
user permission.. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: user permission.. (/thread-8721.html) |
user permission.. - lainyrache - 2011-06-15 Hi user permission.. - sbillard - 2011-06-15 You need version 1.4.1 for this. It is currently in beta as the nightly builds and should be released soon. You will need to remove the album "edit" rights from the user. These are in the managed albums list. user permission.. - lainyrache - 2011-06-15 brilliant.. thank you! user permission.. - lainyrache - 2011-06-23 Hi I have tried both the latest trunk and development versions and I get a register_globals must be off (pink error) user permission.. - micheall - 2011-06-23 You'd be best off to start a new thread for the new problem lainyrache user permission.. - sbillard - 2011-06-23 This is a PHP setting which has [b]Terrible[/b] security issues. You will have to change the setting in your php.ini file or elsewhere depending on your server configuration. user permission.. - lainyrache - 2011-06-24 Hi.. yes thanks I was aware the warning was there for good reasons. So I had set it to off, turns out the php.ini in the home directory was set to on. - so conflicting. My host fixed it. Solved. Thanks ! user permission.. - lainyrache - 2011-06-24 Okay.. I have the upgrade working, back to the original post, I needed to..... I have ticked group rights In managed albums Have i missed something, I suppose that does what it says on the tin, but its not what i need. Have i configured wrong, or does the upgrade not do what i need after all? user permission.. - lainyrache - 2011-06-24 Also has an error Notice: class-album detected an invalid folder name: Mary malone. in /home/scotll/public_html/dev2/zp-core/class-album.php on line 76 user permission.. - lainyrache - 2011-06-24 The error above only exists on my upgrade not on a clean version, However on the clean version. user permission.. - sbillard - 2011-06-25 The error indicates that the album name does not match with a folder name on disk. Normally that happens due to character set discrepencies between what Zenphoto has been told the file system character set is and what it actually is. BUT, that only matters when there are diacritical marks in the name. Your case does not seem to be that way. But still, the most likely cause would be character set issues. |