When I enable Domain Access module I get
Fatal error: Call to undefined function _domain_bootstrap_modules() in <mysitepath>/sites/all/modules/domain/domain.module on line 1467
Drupal 7.22, Domain Acess 3.10.
Any solutions?

Comments

J_Andres’s picture

I have the same problem, I can't acces at admin, the same with website. I don't know how to reset it or how to unable the Domain access module.

Fatal error: Call to undefined function _domain_bootstrap_modules() in ( .... ) /sites/all/modules/domain/domain.module on line 1467

Nick Denry’s picture

I think I've found solution.

You should configure domain access before, as it's described here https://drupal.org/node/1096962

Just add following lines

/**
* Add the domain module setup routine.
*/
include DRUPAL_ROOT . '/sites/all/modules/domain/settings.inc';

in your settings.php after $databases defined.

J_Andres’s picture

Yep! Thanks, is running.

RealGecko’s picture

Status: Active » Closed (works as designed)

Damm, forgot this step :D

fureigh’s picture

Thanks for this!

Marq’s picture

Component: Code » Documentation
Category: bug » task
Priority: Critical » Normal
Status: Closed (works as designed) » Needs work

Can these instructions https://drupal.org/node/1096962 be posted to https://drupal.org/project/domain ? I can't see any install or setup instructions. It would be very helpful. Thanks.

agentrickard’s picture

Status: Needs work » Closed (works as designed)

I added an explicit link to the installation instructions.