After using "drush make openoutreach_stub_dev.make" and getting to the standard Drupal install page (install.php), I encountered the following error when trying to install the Open Outreach profile:

"PHP Fatal error: require_once(): Failed opening required '/panopoly_core.profile.inc' (include_path='.:/usr/share/php:/usr/share/pear') in [path-to-localhost]/open-outreach-2.x/openoutreach.install.inc on line 42, referer: http://localhost/open-outreach-2.x/install.php"

On line 42, there is:

  require_once(drupal_get_path('module', 'panopoly_core') . '/panopoly_core.profile.inc');

I looked around for "Panopoly Core" in the "profiles" directory, but couldn't find it. Once I copied in the "panopoly" modules folder (from a Panopoly distro I had on my computer) into "profiles/openoutreach/modules", the install worked.

I'm guessing the error is in the "drupal-org.make" file, which I would assume is responsible for downloading "Panopoly Core," but I'm not sure.

Comments

nedjo’s picture

Thanks for noting this bug.

The 2.x branch is very unstable and only sketched in as yet. I'm trying to find time to get it minimally usable....

afinnarn’s picture

no problem. I'm still very interested in helping with OO, and I'll continue to try to assist where I can. If you want, let me know any specific things you need help with, and keep up the good work!

nedjo’s picture

Status: Active » Closed (duplicate)