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
Comment #1
mdowsett commentedI 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.
Comment #2
jcnventuraSorry 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
Comment #3
mdowsett commentedI 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...
Comment #4
mdowsett commentedfrustrating....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...
Comment #5
mdowsett commentedI'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.
Comment #6
jcnventuraMaybe you should have re-opened it also, while you're at it...
Comment #7
Christopher Herberte commentedStill getting this error?
Comment #8
Christopher Herberte commented