-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fluid:schema:generate - throw an exception #123
Comments
@ryze-typo3-developer Thanks for your report. Sadly, this cannot be fixed easily on my side. If I adjust the
It seems that the command also collects abstract view helper classes (which it shouldn't) - will have a look into the command. |
Okay, it is not the AbstractTypeViewHelper, but the first type view helper found: schema/Classes/ViewHelpers/Type/BeachViewHelper.php |
It is this part of code in
|
Will take care, but have to think about this. |
First step: don't abort generating the XSDs: |
In TYPO3 v13.3 if i am on the console run "vendor/bin/typo3 fluid:schema:generate" it throw an exception:
Uncaught TYPO3 Exception Typed property Brotkrueml\Schema\Core\ViewHelpers\AbstractTypeViewHelper::$modelTemplate must not be accessed before initialization
thrown in file /var/www/html/domains/ryze-typo3-standard/vendor/brotkrueml/schema/Classes/Core/ViewHelpers/AbstractTypeViewHelper.php
in line 41
The text was updated successfully, but these errors were encountered: