I'm getting the above error when I go to mysite.com/install.php?profile=my_profile. I've tested by generating the profile from a brand new site (7.24), standard installation, with Profiler Builder as the only contrib module installed. I've tried various configurations when creating the profile.

I believe I've followed the documentation video correctly. Any thoughts as to why this might be happening?

Comments

btopro’s picture

hmm.. is it the last thing listed in the install profile to install? I've noticed that I need this patch to drupal core anymore to do install profiles http://drupal.org/files/1093420-22.patch which helps with dependencies being out of order or something. Give that a shot (either).

rob.costello’s picture

Hi btopro, thanks for your reply. When I apply the patch to the newly created site, the install works.

Just a quick one: that patch is being found by the module but not included in the make file so I'm having to manually patch the new site. Is there a way around this?

Thanks

btopro’s picture

where are you placing the patch file after application? still leaving it in the drupal root?

Also try running dev as that might place it in the right place. I'm not positive it'll put the patch in the right place to be d.o. compliant but it should put it in drupal-org-core.make like http://drupalcode.org/project/cis.git/blob/HEAD:/drupal-org-core.make

rob.costello’s picture

Yes, I've left the patch in the root.

I tried dev but no joy unfortunately. I'm not seeing a drupal-org-core.make file, only drupal-org.make and local.make.example.

btopro’s picture

Version: 7.x-1.0 » 7.x-1.1
Status: Active » Needs work

please try this again against 1.1 as it creates multiple make files at this point and should sniff patches out better. we'll see