I have read the documentation and I have the include line added to the bottom of my settings.php. However, I still get the following message. Everything works, most of the time (once a week it fails), but for the most part it works as intended.

"Domain access failed to load during phase: bootstrap include. Please check your settings.php file and site configuration."

I'm trying to pinpoint an issue where my site seems to forget there is a theme. The page comes up, but nothing related to my theme is in there. No CSS, JS, etc. Just normal module css that's outside of my theme.

I'm just wondering if anyone can help point me in a good direction here because I'm kind of lost.

Again, I do have the following line at the bottom of my settings.php.

include './sites/all/modules/domain/settings.inc';

Comments

xpersonas’s picture

I fixed the error message. It had to do with how cron was being called. I switched it to use curl php and the error is gone. However, I'm still having an issue where my theme just disappears. It's as if Drupal isn't aware of any theme all of the sudden. Functions like path_to_theme() no longer return anything.

I think this has something to do with the domain module. So far I'm unable to narrow it down. If you can think of any reason this may be happening I would definitely appreciate it.