Actions
Bug #75372
closedcheck and update reference index runs into fatal error if openbase_dir is set
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Problem is located in Line 609 of TYPO3\CMS\Core\Database\SoftReferenceIndex.
The file_exists check, runs into an error because the value of $splitLinkParam is an absolute path.
Updated by Christian Eßl over 4 years ago
The mentioned code segments no longer exist in TYPO3 9.5 and 10.x. Does the problem still exist?
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
There is not even a file_exists check anymore, probably because of the changes to use the LinkService for resolving file links. Closing the issue now.
Actions