[Typo3] Fatal error while trying to set user permissions

Nate Russell nate at chillmost.com
Tue Jul 5 00:13:22 CEST 2005


Please ignore previous message. It was sent to wrong thread. I apologize.
----------
Hello I'm trying to set up a new user and I messed something up. I just 
don't know exactly what. I think I set some pages recursively but it was 
too much for the DB to handle. We have quite a few pages. Using Typo3 3.8.0

When clicking User Admin >> Username >> the page just hangs for a while 
and then I get:

Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to 
allocate 910 bytes) in (rest of path 
deleted)/typo3/sysext/beuser/mod/index.php on line 321

When investigating in this file is see line 321 contains:

return '<table border="0" cellpadding="0" 
cellspacing="0">'.implode('',$lines).'</table>';

So its trying to implode a table where there is too much data.

Any ideas how I can remedy this problem? Something like clear it out and 
start over?

Thanks in advance for any help.

Nate



More information about the TYPO3-english mailing list