LetoDMS Community Forum
LetoDMS 1.9 bug # Edit notification list - 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: LetoDMS 1.9 bug # Edit notification list (/showthread.php?tid=113)



LetoDMS 1.9 bug # Edit notification list - administrator - 07-31-2010

LetoDMS 1.9 bug # Edit notification list

when i try to add a user without a group i get a error msg :

Fatal error: Call to a member function isMember() on a non-object in /home/letodms/public_html/demo/op/op.FolderNotify.php on line 62

i think this should be a error msg from software not php like a internal error saying to correct something before clicking on add

and if anyone has a issue with this please post here. Exclamation


RE: LetoDMS 1.9 bug # Edit notification list - olga - 08-01-2010

(07-31-2010, 04:25 PM)administrator Wrote: LetoDMS 1.9 bug # Edit notification list

when i try to add a user without a group i get a error msg :

Fatal error: Call to a member function isMember() on a non-object in /home/letodms/public_html/demo/op/op.FolderNotify.php on line 62

i think this should be a error msg from software not php like a internal error saying to correct something before clicking on add

and if anyone has a issue with this please post here. Exclamation

I get this error trying to add an user to a document notification list:

Fatal error: Call to a member function isMember() on a non-object in /var/www/html/dms/op/op.DocumentNotify.php on line 65


RE: LetoDMS 1.9 bug # Edit notification list - alekseyn - 08-02-2010

(07-31-2010, 04:25 PM)administrator Wrote: LetoDMS 1.9 bug # Edit notification list

when i try to add a user without a group i get a error msg :

Fatal error: Call to a member function isMember() on a non-object in /home/letodms/public_html/demo/op/op.FolderNotify.php on line 62

i think this should be a error msg from software not php like a internal error saying to correct something before clicking on add

and if anyone has a issue with this please post here. Exclamation

Same here... but in my case, when I select user and group, if get an Access Denied message from the software (althought I am logged in as admin). When in the normal user mod, the error is exactly how you describe


RE: LetoDMS 1.9 bug # Edit notification list - alekseyn - 08-02-2010

Ok, friends, a quick fix for the problem above is to replace the line 60 or 61 (don't remember) in op.FolderNotify.php

from

if (isset($_GET["groupid"])){

to

if ($_GET["groupid"]>0){

because the "groupid" is always set, but in case no group is selected, this variable becomes "-1", therefore the check to be more than "0"


RE: LetoDMS 1.9 bug # Edit notification list - bacubanja - 08-18-2010

Hi,

I am having a similar problem but for when adding a user to notification. Is there a similar fix for op.DocumentNotify.php?

Thanks.

Fatal error: Call to a member function isMember() on a non-object in /home/xyz/public_html/dataroom/op/op.DocumentNotify.php on line 65