Just to give a history on how I discovered this error is that I am writing a conversion script from PHPBB to EE for this site. All is running smoothly and works perfectly.
The problem is that they currently have over 100,000 users and when I log in to EE admin and goto view members I get the following error.
Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /var/www/vhosts/codingdesigns.net/subdomains/pronet/httpdocs/pronet_ee_core/db/db.mysql.php on line 384
I noticed before that the View Members area listed ALL members instead of paginating this which looks like the cause of the error.
Without incresing the memory size (which is currently at 32M) how do you suggest going about recoding the members template to display members in the admin area?
TIA,
Jason