> -----Original Message-----
> From: Jay Farschman [mailto:jay (at mark) hitechsavvy.com]
> 1. I have a Virtual site with 106 users. When I go to
> "Site Management | User Management | User List"
> nothing displays.
[Jay Farschman]
Found a workaround - Raise the php.ini memory max from 8M to 16M. But there
is definitely something wrong that a simple admserv session need more than
8M.
A snippet of the admserv/adm_error log follows. Basically it just repeats an
error on lines 121, 127, 158, 224 of Capabilities.php uneil it exceeds the
limits.
[client 72.81.224.26] PHP Notice: Undefined offset: 1651 in
/usr/sausalito/ui/libPhp/Capabilities.php on line 121
[client 72.81.224.26] PHP Notice: Undefined variable: currentuser in
/usr/sausalito/ui/libPhp/Capabilities.php on line 127
[client 72.81.224.26] PHP Notice: Undefined variable: currentuser in
/usr/sausalito/ui/libPhp/Capabilities.php on line 158
[client 72.81.224.26] PHP Notice: Undefined index: siteAdmin in
/usr/sausalito/ui/libPhp/Capabilities.php on line 224
[client 72.81.224.26] PHP Fatal error: Allowed memory size of 8388608 bytes
exhausted (tried to allocate 17 bytes) in
/usr/sausalito/ui/libPhp/uifc/Stylist.php on line 310
>
> 2. We have 40 sites on the server and all the others
> display (but they have < 100 users.
>
> 3. I tried changing the $pagelength to 200 in:
> /usr/sausalito/ui/web/base/maillist/maillistMod.php
> but this did not work.
>
> 4. We migrated from a RaQ4 using the CMU tool two weeks
> ago.
>
> 5. At first the User List would not display, but I
> could use the "Search" button to find user. Now the
> "Search" does not display.
>