← Back to team overview

phpdevshell team mailing list archive

[Bug 1017129] [NEW] Local config folder must be in the path at config time

 

Public bug reported:

When the settings files are loaded (according to the local
/plugins/../config/host.config.php files), the local config folder
(/plugins/.../config) should be in the path to allow "single name"
files:

$configuration['host']['www.first_site.com'] = ‘first_site’;
↓
 /plugins/MyPlugin/config/first_site.config.php

** Affects: phpdevshell
     Importance: Low
     Assignee: Greg (gregfr)
         Status: New

** Changed in: phpdevshell
   Importance: Undecided => Low

** Changed in: phpdevshell
     Assignee: (unassigned) => Greg (gregfr)

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/1017129

Title:
  Local config folder must be in the path at config time

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  When the settings files are loaded (according to the local
  /plugins/../config/host.config.php files), the local config folder
  (/plugins/.../config) should be in the path to allow "single name"
  files:

  $configuration['host']['www.first_site.com'] = ‘first_site’;
  ↓
   /plugins/MyPlugin/config/first_site.config.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1017129/+subscriptions


Follow ups

References