Sehr gerne.
config.yaml
Code:
# Contao configuration
contao:
image:
imagine_options:
jpeg_quality: 75
doctrine:
dbal:
connections:
default:
options:
1002: "SET SESSION sql_mode=(SELECT CONCAT(@@sql_mode, ',TRADITIONAL'))"
contao_cookiebar:
consider_dnt: false
anonymize_ip: true
lifetime: 63072000
storage_key: ccb_contao_token
page_templates:
- fe_page
iframe_types:
youtube:
- ce_youtube
vimeo:
- ce_vimeo
googlemaps:
- ce_html_googlemaps
- mod_html_googlemaps
composer.json
Code:
{
"name": "contao/managed-edition",
"type": "project",
"description": "Contao Open Source CMS",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}
],
"require": {
"bluebranch/bilder-alt": "^1.2",
"cgoit/calendar-extended-bundle": "^2.4",
"codefog/contao-social_images": "^4.1",
"contao-themes-net/mate-theme-bundle": "^3.5",
"contao-themes-net/theme-components-bundle": "^1.6",
"contao/calendar-bundle": "5.3.*",
"contao/comments-bundle": "5.3.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "5.3.*",
"contao/listing-bundle": "5.3.*",
"contao/manager-bundle": "5.3.*",
"contao/news-bundle": "5.3.*",
"cowegis/cowegis-contao-bundle": "^1.0",
"fritzmg/contao-backend-documentation": "^1.0",
"hofff/contao-content-navigation": "^2.0",
"jonnysp/pannorama": "^1.0",
"lukasbableck/contao-alt-editor-bundle": "^1.6",
"lukasbableck/contao-better-elementgroups-bundle": "^1.2",
"madeyourday/contao-rocksolid-frontend-helper": "^2.2",
"numero2/contao-proper-filenames": "^2.2",
"numero2/contao-structured-data": "^1.0",
"oveleon/contao-cookiebar": "^2.2",
"pdir/animated-timeline-bundle": "^1.3",
"pdir/contao-seo-plugin": "^1.0",
"pdir/social-feed-bundle": "^2.13",
"terminal42/contao-node": "^1.5",
"terminal42/contao-shortlink": "^1.5",
"w3scout/contao-compareimagesslider-bundle": "^1.0",
"w3scout/contao-youtubelitespeedembed-bundle": "^1.0"
},
"conflict": {
"contao-components/installer": "<1.3",
"kigkonsult/icalcreator": ">= 2.27",
"doctrine/doctrine-bundle": "<1.12.8"
},
"extra": {
"contao-component-dir": "assets",
"public-dir": "public"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"scripts": {
"post-install-cmd": [
"@php vendor/contao/manager-bundle/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/contao/manager-bundle/bin/contao-setup"
]
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true,
"contao-community-alliance/composer-plugin": true
},
"bin-dir": "vendor/contao/manager-bundle/bin"
}
}
Die Version steht auf 5.3, weil die 5.7er Installation ja wegen des obigen Fehlers nicht durchläuft.
Danke für eure Mühen.