Bug #85234
closedDocCommentParser throws exception on install
0%
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) {
}
Updated by Georg Ringer over 6 years ago
- Status changed from New to Needs Feedback
thanks for creating the issue. how can this be reproduced?
Updated by Marc Scherer over 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).
Updated by Anja Leichsenring about 6 years ago
can not reproduce. Current master, simple checkout setup as well as composer setup - no exception.
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to Candidate for patchlevel
Updated by Christian Kuhn about 6 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.