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.

Comments

mdowsett’s picture

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.

jcnventura’s picture

Status: Active » Closed (fixed)

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

mdowsett’s picture

Project: Printer, email and PDF versions » Drupal core
Version: 6.x-1.3 » 6.10
Component: User interface » base system
Status: Closed (fixed) » Active

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...

mdowsett’s picture

Status: Active » Closed (fixed)

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...

mdowsett’s picture

Project: Drupal core » HTML Mail
Version: 6.10 » 6.x-1.0
Component: base system » User interface

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.

jcnventura’s picture

Status: Closed (fixed) » Active

Maybe you should have re-opened it also, while you're at it...

Christopher Herberte’s picture

Still getting this error?

Christopher Herberte’s picture

Status: Active » Closed (fixed)