White screen

darsic - August 20, 2009 - 12:30
Project:phpBBforum Integration module
Version:6.x-2.0-beta5
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

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.

#1

Agent X20 - August 20, 2009 - 19:12

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

Stier - August 24, 2009 - 08:00

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

Agent X20 - August 24, 2009 - 09:17

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

Stier - August 25, 2009 - 20:10

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

Stier - September 7, 2009 - 10:33

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

vb - September 8, 2009 - 12:10

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.

 
 

Drupal is a registered trademark of Dries Buytaert.