error: Attempt to assign property "oldHandle" on null Failed to run craft project-config/apply --force: exit status 1 Here's the full stack trace: 2024-11-19 16:03:17 [console.INFO] [craft\services\ProjectConfig::_applyChanges] Looking for pending changes {"memory":9247160} 2024-11-...
If I runproject-config/rebuildboth locally and on the server (when the environment is set to dev) the only difference between the two regenerated files is the modified date. As far as I can tell there is no reason for Craft making changes to the project config when in the production envi...
Description Hey guys, in my organisation we use Craft in multiple environments dev and prod. We have ongoing issues when deploying changes from local to dev and so forth. The project config doesn't sync successfully and this has led us t...
Not Supported: Changes to the project config are not possible while in read-only mode. Migration: craft\migrations\m241125_122914_add_viewUsers_permission Output: Exception: Changes to the project config are not possible while in read-only mode. (/var/www/html/vendor/craftcms/cms/src/services...
A duplicate config file gets created and prevents the previous correct one to ever get re-synced again. Craft CMS version 5.4.4 PHP version 8.2.18 Operating system and version MacOS locally (Sequoia) - Staging remote is Ubuntu Database type and version ...
ProjectConfig->handleChangeEvent(Object(craft\events\ConfigEvent)) #6 /var/www/html/vendor/yiisoft/yii2/base/Component.php(627): call_user_func(Array, Object(craft\events\ConfigEvent)) #7 /var/www/html/vendor/craftcms/cms/src/services/ProjectConfig.php(675): yii\base\Component->trigger('...
config storage templates web .env.example.dev .env.example.production .env.example.staging .gitattributes .gitignore LICENSE.md README.md bootstrap.php composer.json composer.json.default craft Craftis a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. ...
To configure your project to operate on a domain other thanhttps://craftcms.ddev.site, run: ddev config Follow the prompts. Project name:e.g.mysitewould result in a project URL ofhttps://mysite.ddev.site(make note of this for later in the installation process) ...
The quick fix is to remove the section of config.yml telling it to run composer create project for that site. Otherwise there's now an open problem of how to ensure you can repeatedly run composer create-project and not have it exit the second time round reporting it's already been creat...
16Branches Tags Code This branch is1305 commits behindcookiecutter/cookiecutter:main. README BSD-3-Clause license Cookiecutter A command-line utility that creates projects fromcookiecutters(project templates), e.g. creating a Python package project from a Python package project template. ...