Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc8
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2009 at 15:36 UTC
Updated:
30 Jan 2010 at 18:22 UTC
In the current drupal 6 release (6.13) there is a bug in drupal_http_request in that it expects $db_prefix to be a string. Modules like Domain Access place an array in that global variable which results in a preg_match error.
Dries already changed this behaviour in the CVS ( http://cvs.drupal.org/viewvc.py/drupal/drupal/includes/common.inc?r1=1.9... ), but until then you have to place the check in common.inc yourself in case you get the preg_match error on a page which uses an drupal_http_request.
This not a bug in the Domain Access module, just wanted to place FYI somewhere visible to Domain Access users.
Comments
Comment #1
agentrickardUgh. Thanks!
Comment #2
agentrickardThis has been fixed in Drupal core.