Bug #85234
closed
DocCommentParser throws exception on install
Added by Marc Scherer over 6 years ago.
Updated about 6 years ago.
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) {
}
- Status changed from New to Needs Feedback
thanks for creating the issue. how can this be reproduced?
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).
can not reproduce. Current master, simple checkout setup as well as composer setup - no exception.
- Target version changed from 9.4 to Candidate for patchlevel
- 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.
Also available in: Atom
PDF