Actions
Bug #70458
closedEXT:indexed_search fails to checkExistance lokal files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2015-10-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The method checkExistance in typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php will check if the file exists in local storage but fails because the path is absolute but without document root, eg "/fileadmin/user_upload/Documents/Foobar.pdf" (which not exists).
TYPO3 6.2.15
Running with default TYPO3 Docker Boilerplate instance (PHP 5.5, MySQL 5.5)
Updated by Tymoteusz Motylewski almost 9 years ago
- Status changed from New to Closed
Already fixed in 7, and duplicate of https://forge.typo3.org/issues/44381
Actions