Project

General

Profile

Actions

Bug #62563

closed

Index.php symlink causes error 500 (composer install on phpfpm)

Added by Kay Strobach over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #52993: index.php in DOC_ROOT must be symlinkedClosed2013-10-21

Actions
Actions #1

Updated by Philipp Gampe over 9 years ago

We should do this anyway to avoid problems with updates.

Actions #2

Updated by Christian Kuhn over 9 years ago

  • Status changed from New to Closed

Resolved as duplicate of #52993

Actions

Also available in: Atom PDF