After enabling Domain Access modules,

and after adding the line in settings.php to settings.inc,

my site crashes with:

Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1100 of C:\Inetpub\wwwroot\123.com\includes\bootstrap.inc).

The file it tried to drupal_load at that point is profiles/standard/standard.profile

Comments

Anonymous’s picture

Priority: Normal » Critical

This is critical, because the site completely breaks.

Anonymous’s picture

Priority: Critical » Normal

Take that back, site is OK, but error message is shown on each page.

David Stosik’s picture

Priority: Normal » Critical

This generates a segmentation fault if call to implied function occurs. See #1283764: Segmentation fault.

Which one should I mark as duplicate ?

Anonymous’s picture

Im on PHP 5.3, but I guess most of us are by now. The line 1100 where it breaks in bootstrap.inc is a simple "include $filename"...

Anonymous’s picture

Status: Active » Closed (duplicate)

Ah, your patch solved my problem. This is duplicate of #1283764: Segmentation fault

jonabh’s picture

The only problem is that I'm having too the same problem, but I dont have the domain module describes within the patch. so, what to fix

need fast help here, thanks

jonabh’s picture

Issue summary: View changes

typo