CMS MADE SIMPLE FORGE

Frontend Users

 

[#11852] The Admin, User Properties and Groups tabs are empty

avatar
Created By: Rolf (rolf1)
Date Submitted: Thu Jul 05 05:24:53 -0400 2018

Assigned To:
Version: 2.11
CMSMS Version: 2.2.7
Severity: Major
Resolution: Fixed
State: Closed
Summary:
The Admin, User Properties and Groups tabs are empty
Detailed Description:
File userhistory.tpl

At the bottom of this template there is a {/if}
As far as I can see it shouldnt be there and is it a part of the {if $itemcount
> 0} lines above...

<div class="c_full">
  <div class="grid_6" style="margin-left: 0;">
    {$recordcount}&nbsp;{$prompt_recordsfound}
  </div>
  <div class="grid_6 text-right">
    {if $itemcount > 0}
       {if $pagecount > 1}
          {if $pagenumber > 1}{$firstpage}&nbsp;{$prevpage}&nbsp;{/if}
          {$pagenumber}&nbsp;{$oftext}&nbsp;{$pagecount}
          {if $pagenumber < $pagecount}
             &nbsp;{$nextpage}&nbsp;{$lastpage}
          {/if}
       {/if}
    {/if} <------------------  It should be here
  </div>
</div>

Grtz. Rolf


History

Comments
avatar
Date: 2018-07-11 11:17
Posted By: Matt Hornsby (DIGI3) (DIGI3)

I have the same issue on a clean install, no way to add groups or users. I see
this in the error log:

PHP Warning:  call_user_func_array() expects parameter 1 to be a valid callback,
class 'FrontEndUsersManipulator' does not have a method 'GetUsersInGroup' in
/home/mhornsby/cmsmslatest.matthornsby.ca/modules/FrontEndUsers/FrontEndUsers.module.php
on line 801
      
avatar
Date: 2018-07-27 12:02
Posted By: Robert Campbell (calguy1000)

fixed and released
      
Updates

Updated: 2019-04-05 08:15
state: Open => Closed

Updated: 2018-07-27 12:02
resolution_id: => 7