![]() |
Problem with assigning access - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11) +--- Thread: Problem with assigning access (/showthread.php?tid=284) |
Problem with assigning access - dedide - 04-09-2011 Hi, playing with 3.0 RC4 and assigning access to folders on a Linux/Apache system, PHP 5.2.16 and MySQL 5.0.92-community. If I click on Copy inherited access list I get ================================================= Warning: Invalid argument supplied for foreach() in /home/pactcsor/public_html/internal/docflow/Core/inc.ClassFolder.php on line 304 Warning: Invalid argument supplied for foreach() in /home/pactcsor/public_html/internal/docflow/Core/inc.ClassFolder.php on line 309 Warning: Cannot modify header information - headers already sent by (output started at /home/pactcsor/public_html/internal/docflow/Core/inc.ClassFolder.php:304) in /home/pactcsor/public_html/internal/docflow/op/op.FolderAccess.php on line 283 ================================================ I get the same error if I click Start with empty access list. Just me or a general problem. Thanks RE: Problem with assigning access - administrator - 04-10-2011 (04-09-2011, 09:52 PM)dedide Wrote: Hi, hi thanks for trying RC4 please run this and post the results here http://forums.letodms.com/showthread.php?tid=308 Thanks LetoDMS Team, RE: Problem with assigning access - Doudoux - 04-11-2011 Hi In "inc.ClassFolder.php" file lines 275 and 304 change PHP Code: foreach ($this->_notifyList["users"] as $u) { PHP Code: if (empty($this->_notifyList)) Doudoux RE: Problem with assigning access - dedide - 04-11-2011 (04-11-2011, 03:56 PM)Doudoux Wrote: Hi That seems to have fixed it. Thanks muchly. RE: Problem with assigning access - steinm - 04-12-2011 (04-11-2011, 09:03 PM)dedide Wrote:(04-11-2011, 03:56 PM)Doudoux Wrote: Hi LetoDMS-3.0.0-RC5 will fix it too. Uwe |