Actions
Bug #69563
closedAutoloader looks in wrong directory for class files
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2015-09-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I stumbeld upon this issue setting in my controller
protected $viewFormatToObjectNameMap = array( 'json' => 'Thucke\ThRating\View\JsonView', );
Normally I would expect that I have to put the file in my extension directory
EXT:th_rating/Classes/View/JsonView.php
... that doesn't work.
I figured out that TYPO3 instead looks for the following file
typo3\vendor\typo3\cms-composer-installers\Classes\Thucke\ThRating\View\JsonView.php
I'd assume that the autoloader might have a bug there.
But I'm sure you guys will find the right point to change ...
Thanks
Thomas
Files
Actions