Actions
Bug #62563
closedIndex.php symlink causes error 500 (composer install on phpfpm)
Start date:
2014-10-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello Guys,
during the installation of TYPO3 on several hosting providers using PHPFPM I discovered a weird problem.
We have a FS structure like this:
typo3_src -> symlinked to a source index.php -> symlinked to typo3_src/index.php typo3 -> symlinked to typo3_src/typo3
Due to the fact, that they use FPM with some security mechanism you instantly get an error 500 if you access the frontend.
The problem is, that a called script itself is not allowed to be a symlink.
An easy solution would be to use a one liner which just includes / requires the before symlinked file for the composer install.
The problem occours on
- DF.eu (shared hosting)
- ...
Regards
Kay
Updated by Philipp Gampe about 10 years ago
We should do this anyway to avoid problems with updates.
Updated by Christian Kuhn about 10 years ago
- Status changed from New to Closed
Resolved as duplicate of #52993
Actions