Project

General

Profile

Actions

Bug #85234

closed

DocCommentParser throws exception on install

Added by Marc Scherer almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Start date:
2018-06-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
cascade deprecated
Complexity:
easy
Is Regression:
Sprint Focus:

Description

Hi,

while trying to install TYPO3 9.2/9.3 the doc comment parser throws an exception. There's a try in typo3/sysext/extbase/Classes/Reflection/ClassSchema.php on line 305 which causes the error because the cascade annotation does not exist.

try {
    $cascadeAnnotationValues = $docCommentParser->getTagValues('cascade');
    $this->properties[$propertyName]['annotations']['cascade'] = $cascadeAnnotationValues[0];
} catch (\Exception $e) {
}
Actions #1

Updated by Georg Ringer almost 6 years ago

  • Status changed from New to Needs Feedback

thanks for creating the issue. how can this be reproduced?

Actions #2

Updated by Marc Scherer almost 6 years ago

Hi,

it's just if you install TYPO3 via http://my.host/typo3/install - it doesn't matter if you are in composer mode or the "old way" (creating symlinks manually).

Actions #3

Updated by Anja Leichsenring over 5 years ago

can not reproduce. Current master, simple checkout setup as well as composer setup - no exception.

Actions #4

Updated by Susanne Moog over 5 years ago

  • Target version changed from 9.4 to Candidate for patchlevel
Actions #5

Updated by Christian Kuhn over 5 years ago

  • Status changed from Needs Feedback to Closed

Hey. Thanks for this report, however the installer works for us. Also automatic testing never had issues in this area. I'll close the issue as "unable to reproduce" for now. If you still experience issues, please create a fresh issues and hand in some more details when / where this goes wrong and maybe some more system details, then link to this issue here for reference.

Actions

Also available in: Atom PDF