When I attempt to bin/magento deploy:mode:set manufacturing
I get the error
Command returned non-zero exit code
I already tried to
- improve reminiscence with
-d memory_limit=2G
bin/magento setup:improve
- clear
var/cache
nothing labored.
Once I do
bin/magento deploy:mode:set manufacturing --skip-compilation
bin/magento setup:di:compile
it runs efficiently however the frontpage is tousled. The usual Luna theme is only a HTML output with none CSS or JS.
This is the output of
bin/magento deploy:mode:set manufacturing -vvv
#0 /vendor/magento/module-deploy/Mannequin/Filesystem.php(267):
MagentoFrameworkAppShell->execute(‘/decide/plesk/php/…’)
#1 /vendor/magento/module-deploy/Mannequin/Filesystem.php(172): MagentoDeployModelFilesystem->compile(Object(SymfonyComponentConsoleOutputConsoleOutput))
#2 /vendor/magento/module-deploy/Mannequin/Mode.php(139): MagentoDeployModelFilesystem->regenerateStatic(Object(SymfonyComponentConsoleOutputConsoleOutput))
#3 [internal function]: MagentoDeployModelMode->MagentoDeployModel{closure}()
#4 /vendor/magento/framework/App/Console/MaintenanceModeEnabler.php(85):
call_user_func(Object(Closure))
#5 /vendor/magento/module-deploy/Mannequin/Mode.php(147): MagentoFrameworkAppConsoleMaintenanceModeEnabler->executeInMaintenanceMode(Object(Closure),
Object(SymfonyComponentConsoleOutputConsoleOutput), false)
#6 /vendor/magento/module-deploy/Console/Command/SetModeCommand.php(101):
MagentoDeployModelMode->enableProductionMode()
#7 /vendor/symfony/console/Command/Command.php(255): MagentoDeployConsoleCommandSetModeCommand->execute(Object(SymfonyComponentConsoleInputArgvInput),
Object(SymfonyComponentConsoleOutputConsoleOutput))
#8 /vendor/symfony/console/Software.php(893): SymfonyComponentConsoleCommandCommand->run(Object(SymfonyComponentConsoleInputArgvInput),
Object(SymfonyComponentConsoleOutputConsoleOutput))
#9 /vendor/symfony/console/Software.php(262): SymfonyComponentConsoleApplication->doRunCommand(Object(MagentoDeployConsoleCommandSetModeCommand),
Object(SymfonyComponentConsoleInputArgvInput),
Object(SymfonyComponentConsoleOutputConsoleOutput))
#10 /vendor/magento/framework/Console/Cli.php(102): SymfonyComponentConsoleApplication->doRun(Object(SymfonyComponentConsoleInputArgvInput),
Object(SymfonyComponentConsoleOutputConsoleOutput))
#11 /vendor/symfony/console/Software.php(145): MagentoFrameworkConsoleCli->doRun(Object(SymfonyComponentConsoleInputArgvInput),
Object(SymfonyComponentConsoleOutputConsoleOutput))
Thanks very a lot prematurely