Problems with updates #14997
-
Hi, I'm trying to update a site locally, but keep running into errors: Fout: The command "C:\php8\php.EXE "C:\Users\julie\Documents\CabinetC\Repos\Imens\storage\runtime/composer.phar" update "solspace/craft-freeform" --with-all-dependencies --working-dir C:\Users\julie\Documents\CabinetC\Repos\Imens --no-scripts --no-ansi --no-interaction" failed. Exit Code: 2(Misuse of shell builtins) Working directory: C:\Users\julie\Documents\CabinetC\Repos\Imens\www Output:Error Output:Loading composer repositories with package information Problem 1
To enable extensions, verify that they are enabled in your .ini files:
Composeruitvoer: Loading composer repositories with package information Problem 1
To enable extensions, verify that they are enabled in your .ini files:
However, when I look at the php settings, I can see the intl extension? I'm using mamp pro to run the site locally. Any idea what could be going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It’s saying that you need to recompile PHP with the If you’re doing this locally, I highly recommend checking out DDEV for Craft development. It’s got built-in Craft CMS support (among many others) and comes with everything Craft requires. |
Beta Was this translation helpful? Give feedback.
It’s saying that you need to recompile PHP with the
intl
extension enabled.If you’re doing this locally, I highly recommend checking out DDEV for Craft development. It’s got built-in Craft CMS support (among many others) and comes with everything Craft requires.