run in console php build/stubGenerator.php
,
the script runs
error, HTML output with <h1>Whoops, looks like something went wrong.</h1>
With try/catch I found a real error:
Dispatcher not set in Joomla\CMS\Application\CliApplication
line: /libraries/vendor/joomla/event/src/DispatcherAwareTrait.php:41
php 7.2
joomla 4.0-dev branch
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Repository Unit Tests |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-16 10:17:03 |
Closed_By | ⇒ | wilsonge |
Just as an FYI for next time you can also set the param here https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/bootstrap.php#L51 to
true
to get that trace too :)