error generated in the EDIT USERS section...

charles
Joined: 16 Oct 2008

error generated in the EDIT USERS section...

Posted:18 Oct 2008 (08:33 UTC)
Greetings,
While the error generated is not a "show stopper"
I figured that the developers might like to fix it.
So to make it easier for them, here it is in detail:

FILE:
/users/index.php

lines:
78-84

$contentListlistInfo>'listInfo'ihash>'ihash'content_type_guid>'content_type_guid' = $contentSelect0;
$contentListlistInfo>'listInfo'ihash>'ihash'user_id>'user_id' = $gQueryUserId;
$contentListlistInfo>'listInfo'ihash>'ihash'find_objects>'find_objects' = $contentListlistInfo>'listInfo'find>'find';

$gBitSmarty->assign( 'listInfo', $contentListlistInfo>'listInfo' );
$gBitSmarty->assign( 'display_content_list', 1 );


ERROR MESSAGE:
Notice: Undefined index: find in /users/index.php on line 81

HTH (:smile:)

--Chuck

laetzer
Joined: 15 Mar 2004

Re: error generated in the EDIT USERS section...

Posted:18 Oct 2008 (16:44 UTC)
To my knowledge, this error has been fixed (if forums were searchable, I might have found an earlier thread about this issue). Thus, it should be fixed in the next official version.
Dan
Joined: 30 Apr 2006

Re: error generated in the EDIT USERS section...

Posted:04 Jan 2009 (22:59 UTC)
Getting the same notice.

Tried replacing user/index.php with the one in the latest weekly build. That didn't work.

Tried selecting Display User's Content at kernel/admin/index.php?page=users. That didn't work either. Even cleared the system cache beforehand.

line 81
$contentList['listInfo']['ihash']['find_objects'] = $contentList['listInfo']['find'];
  Page 1 of 1  1