blank white screen - preg_match() error
mdowsett - February 26, 2009 - 19:00
| Project: | HTML Mail |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I get a blank white screen after sending an emailed page. I checked the log and there is this php error that relates to it.
Referrer http://matheson.on.ca/printmail/32
Message preg_match() expects parameter 2 to be string, array given in /home/viparagl/public_html/matheson/includes/bootstrap.inc on line 771.
#1
I now don't think this is related to this module. It's appearing elsewhere. I updated a few modules today (other than this one) as well as upgraded to D6.10 so I'm not sure which one went wrong.
#2
Sorry to hear about it.. Make sure that you run update.php to update all database schemas, and try disabling all third-party modules and re-enabling one by one to find out which one might be incompatible with 6.10...
João
#3
I guess to be more clear, it's happening when someone tries to register for a new account on the site as well. The user gets a blank-white screen but their user account IS created.
I found the error in the log.
I'm moving this to Drupal core just to generalize the issue...
#4
frustrating....I went to the bother of disabling all contributed modules to find out the culprit. Enabled a few at a time....and ended up enabling all of them and it works...both the user register and sending the emails through the print module.
Maybe it was a cache thing...
#5
I'm wrong again...what else is new! :)
It is the HTML mail that causes this issue. When I re-enabled it I get the white screen again upon user registration and get an empty email sent to the user for confirmation of registration.
But, even stranger, when I disable it the email the registrant gets is all on one continuous line - no line breaks between paragraphs.
#6
Maybe you should have re-opened it also, while you're at it...
#7
Still getting this error?