Bug #4082
FLOW3 uses wrong Packages path via CLI if directories are symlinked
Status:
Resolved
Priority:
Must have
Assignee:
Category:
Core
Target version:
Start date:
2009-07-31
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
The paths for scanning directories for packages is currently determined by some relative path to the (real path) of the FLOW3 package. If Packages/Framework/ is in reality a symlink to some other FLOW3 installation (which must be possible), the back path leads to that installation - the wrong Packages path. This is only the case in CLI mode because when access from the web, the path is determined relatively to the Web directory (which is another problem, see #3990).
Updated by Robert Lemke almost 13 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r2953.