not sure why, but posting this in case others are getting it

the Add Platform form does not display the Publish Path form field row

its in the source but not displayed

BOA Aegir, have tested on Ubuntu Chrome/Firefox and Windows 7 Chrome/Firefox/IE blah

<div  class=" form-item form-item-labeled" id="edit-title-wrapper"><label  for="edit-title">Name: <span class='form-required' title='This field is required.'>*</span></label><input type="text" maxlength="255" name="title" id="edit-title" size="40" value="" class="form-text required platform-name" /><div class='description'>Choose a unique descriptive name for your platform. You very likely want this to be something like "Drupal 6.20".</div></div><input type="hidden" name="changed" id="edit-changed" value=""  />
<div  class=" form-item form-item-labeled" id="edit-publish-path-wrapper"><label  for="edit-publish-path">Publish path: <span class='form-required' title='This field is required.'>*</span></label><input type="text" maxlength="255" name="publish_path" id="edit-publish-path" size="40" value="" class="form-text required platform-path" /><div class='description'>The absolute path on the filesystem where the sites will be hosted. This needs to be created manually and initialized before your platform works properly. It also needs to be a unique path not already in use by a platform on any server. Your publish path is the absolute path to the directory that gets created. Alternatively, you can specify a makefile below, and the platform will be created automatically if the path specified here does not exist. You are still required to enter the absolute path above, as it will be treated as the target directory by the makefile.</div></div>

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

omega8cc’s picture

Project: Hostmaster (Aegir) » Octopus
Version: 6.x-1.x-dev »
Component: Code » User interface
Category: bug » support
Status: Active » Closed (works as designed)

This is expected because Octopus enables by default this module: http://drupal.org/project/hosting_platform_pathauto included in Aegir by default.

New BOA release will include better inline help in this form to avoid confusion:

For Platform Makefile field:

"Wait a moment! Do not confuse this field with Platform Path field - you need to start typing Platform Name above to see the small Edit link and use it to edit otherwise auto-generated Platform Path, which is required when you are adding already created Platform directory (typically on site import). This Makefile field is for the absolute path on the filesystem or public URL of a makefile that will be used to create the Platform in the path auto-generated or specified above in the Platform Path field - note that its parent directory must exist and must be group writable: rwxrwxr-x. If the Platform directory already exists, the makefile will be ignored."

niccolox’s picture

ok got it

that UI change got me ! I am running an older version using VBOA and my memory of the older version of BOA confused me

thanks for the prompt reply ! cheers

couple of screenshots attached ...