Closed (fixed)
Project:
HTTP Parallel Request & Threading Library
Version:
7.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2012 at 01:56 UTC
Updated:
19 Feb 2012 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedComment #2
hass commentedLet's use this one, it's better readable.
Comment #3
hass commentedI don't know why, but fixing this bug *may* cause a WSOD on report status page and config page after all caches have been cleared. Strange... i cannot find the source of the WSOD.
Comment #4
mikeytown2 commentedThis patch has been applied to 6.x & 7.x
Comment #5
hass commentedAs noted above, I see only a WSOD on admin/reports/status. Nothing logged in watchdog and apache error logs, but I get a white page... :-(
Comment #6
mikeytown2 commentedI can't repo your report on my D7 site. Try running with this at the bottom of your settings.php file.
Comment #7
hass commentedFor release. My site is broken...
Comment #8
hass commentedHeck... by suppressing errors with @ you made it really hard to track down...
It would be a good idea to enable automated testing on the project... :-)
Comment #9
hass commentedComment #10
hass commented$result = db_query('SELECT value FROM {variable} WHERE name = :name', array(':name' => 'httprl_server_addr'))->fetchAssoc();may be a candidate to get changed to->fetchField()Comment #11
hass commentedFollowup with #8 in #1429264: WSOD because of suppressed D6 leftover error.