situation :
i have 2 members, one standard, one admin(myself).
logged out.
- clicking standard member photo from home page(inside members box) -> shows the member profile page : ok
- BUT, clicking that admin photo from the same home page members box -> 500 internal server error occurs as follows,
[31-Oct-2009 07:48:58] PHP Warning: Invalid argument supplied for foreach() in /home/****/public_html/***/home/inc/classes/BxDolDb.php on line 372
[31-Oct-2009 07:48:58] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3676161 bytes) in /home/****/public_html/***/home/inc/classes/BxDolDb.php on line 435
can someone explain this ?
thanks.