After users register, they get a blank page. Everything else seems to work fine: they get the email confirmation and all the database information seems to get entered just fine.

I've bumped up my apache2 loglevel to "debug", and all that appears in the log is:

[Sun Jan 25 17:40:18 2009] [debug] mod_deflate.c(619): [client 67.176.73.77] Zlib: Compressed 0 to 2 : URL /index.php
[Sun Jan 25 17:40:18 2009] [debug] mod_headers.c(740): headers: ap_headers_output_filter()

The php log is empty of these errors. (it is set to E_ALL)

I have read an entry about the "email verify" sometimes causing this problem. I am also using the SMTP module (for SMTP-AUTH).

Where else can I look for troubleshooting or errors? Obviously something is going wrong, but I can't find the errors.

Comments

MidGe48’s picture

Try searching for "Blank page after registering".

It is better to search before asking a question.

www.ZuNOB.com

jsr47’s picture

Thanks, I did search and none of the posts offer a real solution except to disable the email verification module.

I think I am narrowing down the problem. If I comment out the drupal_set_message line, it works fine. I haven't worked through drupal_set_message yet.

jsr47’s picture

OK,
After several hours of debugging, I found the problem (at least for me) was with the Boost module during the function module_invoke_all. I haven't gone deeper than that...