Can anybody help me with this error I get during generating? (v2026)
Thx
All files generated (40.308 seconds)
Running composer update -n --no-audit --ansi...
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
Running php -d memory_limit=-1 bin/console app:cache:warmup-language --no-interaction
Error: Command failed: php -d memory_limit=-1 bin/console app:cache:warmup-language --no-interaction
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at execSync (node:child_process:954:15)
at global.Exec (C:\Users\xxx\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:512428)
at global.RunConsoleCommand (C:\Users\xxx\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:511547)
at global.WarmUpLanguage (C:\Users\xxx\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:511658)
at global.ClearCache (C:\Users\xxx\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:511728)
at C:\Users\xxx\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:538169
at {
status: 255,
signal: null,
output: [ null, null, null ],
pid: 25080,
stdout: null,
stderr: null
}
Running php -d memory_limit=-1 bin/console cache:clear --env=prod --no-debug
Error: Command failed: php -d memory_limit=-1 bin/console cache:clear --env=prod --no-debug
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at execSync (node:child_process:954:15)
at global.Exec (C:\Users\DiederikKunst\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:512428)
at global.ClearCache (C:\Users\DiederikKunst\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:511879)
at C:\Users\DiederikKunst\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:538169
at
at async main (C:\Users\DiederikKunst\AppData\Roaming\PHPMaker2026\node_modules@phpmaker\core\phpmaker.js:8:537643) {
status: 255,
signal: null,
output: [ null, null, null ],
pid: 38196,
stdout: null,
stderr: null
}
Deleting C:\inetpub\wwwroot\Ikushu2026\var\cache\prod...
C:\inetpub\wwwroot\Ikushu2026\var\cache\prod deleted
Error: Generation completed with error(s), please scroll up (if necessary) to check error(s).