Question: I only have eight megs of memory allocated to ExpressionEngine. When trying to view my forum, I see a blank page.
Answer: This problem can be caused by not enough memory allocated for EE. You might be able to get around this problem with a line in your .htaccess file:
php_value memory_limit 64M
The other alternative is to have your server admin increase this value for you.
