Closed (works as designed)
Project:
Domain
Version:
7.x-3.10
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2013 at 16:20 UTC
Updated:
25 Aug 2013 at 15:42 UTC
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
Comment #1
J_Andres commentedI 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
Comment #2
Nick Denry commentedI 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.
Comment #3
J_Andres commentedYep! Thanks, is running.
Comment #4
RealGecko commentedDamm, forgot this step :D
Comment #5
fureigh commentedThanks for this!
Comment #6
Marq commentedCan 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.
Comment #7
agentrickardI added an explicit link to the installation instructions.