Closed (works as designed)
Project:
Barracuda
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2011 at 18:07 UTC
Updated:
4 Jul 2011 at 11:42 UTC
When trying to create a Drupal 7.2 site (standard profile) I get an error message:
"No valid choices"
What can I do?
Regards
Chipie
| Comment | File | Size | Author |
|---|---|---|---|
| Safari.png | 132.36 KB | Chipie |
Comments
Comment #1
omega8cc commentedThis is not a bug.
Add at least one Pressflow 6.22 platform or use this:
Comment #2
Chipie commentedThanks. So there is now way to create a Standard Drupal 7 profile in Barracuda from scratch without patching?
Comment #3
omega8cc commentedIt is not about patching, it is a built-in feature allowing you to permanently override defaults set in the global.inc file.
Note that we don't recommend to use the Master Aegir Instance for your sites - you should use Octopus (Satellite Instance) instead, where it is done out of the box if you will install default (small) set of platforms.
Comment #4
omega8cc commentedComment #5
merro commentedSorry, not sure if i should reopen this or create a new one.
i'm having the same issue except Standard Profile was working fine for 7.0, I have Pressflow 6.22 as a platform.
After creating a platform for 7.4 i'm getting No Valid Choices for all installation profiles except TESTING
I've just run BARACUDA.sh.txt to update to the current version, thinking maybe there was something new in Drupal 7.4 that needed a fix but i'm still having the same issue
I also tried adding 7.3 and then removing both 7.3 & 7.4 - then verifying 7.0 with no change
thanks
Comment #6
snlnz commentedAs mentioned in the issue queue this can be fixed by adding:
<?php
# override global settings.php
// this file should be created as /data/conf/override.global.inc
unset($conf['hosting_ignore_default_profiles']);
Comment #7
merro commentedThanks, i saw that and shall give it a go, but thought it was worth mentioning as I have Pressflow 6.22 (which was the alternative to adding that code) installed and Aegir was working fine until i added 7.4 as a platform
Comment #8
omega8cc commentedThis becomes a FAQ already, so I'm changing this to documentation component.
If this is D7 *custom* platform, please always remove the "testing" install profile, delete the platform node (if already added) and add the platform again.
You may want also to rename Standard to Drupal 7 Standard and Minimal to Drupal 7 Minimal to avoid confusion, because profile names used in D7 are too generic, before adding the platform in Aegir.
In file: standard.info
name = Drupal 7 Standard
In file: minimal.info
name = Drupal 7 Minimal
Comment #9
merro commentedAlso struggling to find exactly where to add the code,
/data for me just has 'disk' as a subdir
/data/disk
do i add a subdir called 'conf' and create override.global.inc there
/data/conf/override.global.inc
or am i looking in the wrong spot
sorry if its a basic question, i'm jack-of-all-trades, master of none :)
Comment #10
snlnz commentedmkdir /data ; mkdir /data/conf ; touch override.global.inc ;
then edit the file and add:
<?php
unset($conf['hosting_ignore_default_profiles']);
Comment #11
omega8cc commentedComment #12
merro commentedthanks very much, worked like a treat!
Comment #13
omega8cc commentedClosing. Please don't re-open closed issues, unless you are *sure* there is something missing to be fixed.