Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to correctly enable oe_content and its submodules #545

Open
john4190 opened this issue Jul 27, 2022 · 0 comments
Open

unable to correctly enable oe_content and its submodules #545

john4190 opened this issue Jul 27, 2022 · 0 comments

Comments

@john4190
Copy link

each time i try to enable oe_content and news, publication or event drupal breaks and even using pm:uninstall doesn't solve the situation.
here's the json structure i use inside composer.json

{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 9 projects with a relocated document root",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "path",
"url": "./custom/",
"options": {
"symlink": false
}
}
],
"require": {
"php": ">=7.4",
"composer/installers": "^1.11",
"drupal-ckeditor-libraries-group/link": "^4.19",
"drupal/address": "^1.10",
"drupal/asset_injector": "^2.10",
"drupal/block_styles": "^2.0",
"drupal/composite_reference": "^2.1",
"drupal/core-composer-scaffold": "^9",
"drupal/core-recommended": "^9",
"drupal/css_editor": "^2.0",
"drupal/custom_breadcrumbs": "^1.0",
"drupal/custom_formatters": "^3.0@beta",
"drupal/custom_search": "^1.0@beta",
"drupal/ds": "^3.13",
"drupal/entity_print": "^2.6",
"drupal/extra_field": "^2.2",
"drupal/facets": "^2.0",
"drupal/field_group": "^3.2",
"drupal/fontawesome": "^2.23",
"drupal/formatter_suite": "^1.3",
"drupal/group": "^1.4",
"drupal/inline_entity_form": "1.0.0-rc9",
"drupal/jquery_ui": "^1.4",
"drupal/libraries": "^3.0@beta",
"drupal/link_attributes": "^1.11",
"drupal/menu_breadcrumb": "^1.16",
"drupal/metatag": "^1.19",
"drupal/paragraphs": "^1.14",
"drupal/pathauto": "^1.10",
"drupal/redirect": "^1.7",
"drupal/search_api_autocomplete": "^1.6",
"drupal/search_api_lunr": "^2.0",
"drupal/search_api_spellcheck": "^4.0",
"drupal/styles_api": "^1.1",
"drupal/taxonomy_manager": "^2.0",
"drupal/token_block": "^1.2",
"drupal/tooltip": "^1.0",
"drupal/typed_link": "^2.0",
"drush/drush": "^11",
"easyrdf/easyrdf": "1.0",
"openeuropa/composer-artifacts": "~0.1",
"openeuropa/oe_authentication": "^1.6",
"openeuropa/oe_corporate_blocks": "^4.7",
"openeuropa/oe_corporate_countries": "^2.0",
"openeuropa/oe_corporate_site_info": "1.0.0-alpha4",
"openeuropa/oe_profile": "dev-master",
"openeuropa/oe_webtools": "^1.5"
},
"require-dev": {
"drupal/drupal-extension": "^4.0",
"openeuropa/drupal-core-require-dev": "^9",
"openeuropa/task-runner-drupal-project-symlink": "^1.0",
"webflo/drupal-finder": "^1.2",
"webmozart/path-util": "^2.3"
},
"scripts": {
"post-install-cmd": [
"DrupalComposer\DrupalScaffold\Plugin::scaffold"
]
},
"conflict": {
"drupal/drupal": "
"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"artifacts": {
"openeuropa/oe_theme": {
"dist": {
"url": "https://github.com/{name}/releases/download/{pretty-version}/{project-name}-{pretty-version}.tar.gz",
"type": "tar"
}
}
},
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Next steps</>:",
" * Install the site: https://www.drupal.org/docs/8/install",
" * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
" * Get support: https://www.drupal.org/support",
" * Get involved with the Drupal community:",
" https://www.drupal.org/getting-involved",
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant