LetoDMS Community Forum
LetoDMS 3.4.0 RC4 - Groups and MyDocuments - 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 3.4.0 RC4 - Groups and MyDocuments (/showthread.php?tid=592)



LetoDMS 3.4.0 RC4 - Groups and MyDocuments - fmm - 11-23-2012

I get the following errors in RC4:
Clicking on "MyDocumenst"

Quote:My Documents
DOCUMENTS IN PROCESS ALL DOCUMENTS REVIEW SUMMARY APPROVAL SUMMARY

Warning: Invalid argument supplied for foreach() in /home/frankmattes/test.myvirology.net/letodms/out/out.MyDocuments.php on line 65

Warning: Invalid argument supplied for foreach() in /letodms/out/out.MyDocuments.php on line 70

Warning: Invalid argument supplied for foreach() in /letodms/out/out.MyDocuments.php on line 75

Warning: Invalid argument supplied for foreach() in letodms/out/out.MyDocuments.php on line 80


and second:

Under Admin Tools -> GroupManagment selecting a Group:

Quote:Group members

Warning: Invalid argument supplied for foreach() in /home/frankmattes/test.myvirology.net/letodms/out/out.GroupMgr.php on line 196

I also get the same error when I try to create a new group:

Quote:Warning: Invalid argument supplied for foreach() in /letodms/out/out.GroupMgr.php on line 196

Thanks for looking at ,y thread


RE: LetoDMS 3.4.0 RC4 - Groups and MyDocuments - steinm - 11-23-2012

(11-23-2012, 03:26 PM)fmm Wrote: I get the following errors in RC4:
Clicking on "MyDocumenst"

Quote:My Documents
DOCUMENTS IN PROCESS ALL DOCUMENTS REVIEW SUMMARY APPROVAL SUMMARY

Warning: Invalid argument supplied for foreach() in /home/frankmattes/test.myvirology.net/letodms/out/out.MyDocuments.php on line 65

Warning: Invalid argument supplied for foreach() in /letodms/out/out.MyDocuments.php on line 70

Warning: Invalid argument supplied for foreach() in /letodms/out/out.MyDocuments.php on line 75

Warning: Invalid argument supplied for foreach() in letodms/out/out.MyDocuments.php on line 80
Can you print_r the $reviewStatus?

(11-23-2012, 03:26 PM)fmm Wrote: and second:

Under Admin Tools -> GroupManagment selecting a Group:

Quote:Group members

Warning: Invalid argument supplied for foreach() in /home/frankmattes/test.myvirology.net/letodms/out/out.GroupMgr.php on line 196

I also get the same error when I try to create a new group:

Quote:Warning: Invalid argument supplied for foreach() in /letodms/out/out.GroupMgr.php on line 196

This looks like group has no members, even if this still should not cause the error msg. Has the group members?

I suspect all errors are related to failing database operations.

Can you place a line in inc/inc.DBInit.php right after the database connection was established?

In line 28 add:

$db->_conn->debug = 1;

Uwe