XFdestek
Kurucu Üye
If an import is started via CLI
PHP:
This causes the question "Would you like to view any import notes and complete the import? (y/n)" to be asked interactively which generates an exception...
php cmd.php xf:import --finalize --no-interaction
, option --no-interaction
is not passed to the finalize child command:PHP:
This causes the question "Would you like to view any import notes and complete the import? (y/n)" to be asked interactively which generates an exception...