Posted by darsic on August 20, 2009 at 12:30pm
Jump to:
| Project: | phpBB Forum Integration |
| Version: | 6.x-2.0-beta5 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I installed module and done forum setup.
When i go to flush cache and admin/build/modules i get white screen of deth ... What is causing this error?
Thank you.
Comments
#1
Try increasing your PHP memory setting.
This module seems to need a fair bit more memory when you're on the modules list page etc.
#2
I also have this white screen when I try to validate the settings of phpbbforum module.
I tried to change the PHP memory value with htaccess to 64M, and still it doesn't work. What is the amount of memory needed ?
#3
I had to go to 32M - it's been ok since then.
Change php.ini:
memory_limit = 32M ; Maximum amount of memory a script may consume
#4
Thanks, but my php.ini indicates:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
Any clue about the source of the problem ?
Regards
#5
Hello all,
I switched back to 6.x-1 version, and it works pretty weel, so the bug is linked to 6.x-2 version.
#6
php5
Memory limit should be 128M or more.
INSTALL.txt for 2.0 should be learned.
phpBB sources should be properly patched.
Clear phpbb3 cache
There are so many things that can cause the white screen.
First try locally with Garland theme.
#7