Actions
Bug #53037
closedInstall Tool: Folder structure is too strict
Start date:
2013-10-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The "folder structure" module of the install tool is a good help to create a missing structure. However, in our case, it confuses admins because it lacks flexibility.
The problem is that the tool reports it as an error that the root folder (/) is not a directory. That is true because in our environment, it's a symlink which points to a subfolder of the main project (../site/www). Of course this is a special structure of our hosting environment, but in previous versions, it has always worked. It even works in master even though the Install Tool reports it as an error...
Suggestion:- The root folder should be allowed to be a symbolic link OR a folder.
- It's not the case for us, but I can also imagine people who would like to have "typo3_src" to be a folder, not a symlink.
Files
Actions