Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LetoDMS 1.9 bug # Edit notification list
#1
Exclamation 
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
Reply
#2
(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
Reply
#3
(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
Reply
#4
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"
Reply
#5
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
Reply


Forum Jump:


Users browsing this thread: