Hallo
Ich nutze Contao 4.4, mir ist jetzt aufgefallen, dass wenn ich eine Benutzergruppe anlegen möchte, folgende Fehlermeldung erscheint:
Internal Server Error
Was ist das Problem?
Cannot create references to/from string offsets
Im Log steht folgendes:
composer.json:HTML-Code:[2017-09-05 12:49:44] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction","_route":"contao_backend"},"request_uri":"http://xy.xxx.de/contao?act=edit&do=group&id=16&ref=DOI5skMb&rt=3fh1Ui3ueK_L1edAWUNmu6IpSLuJlEpaA1QHpuaq1zs","method":"HEAD"} [] [2017-09-05 12:49:44] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} [] [2017-09-05 12:49:44] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction","_route":"contao_backend"},"request_uri":"http://xy.xxx.de/contao?act=edit&do=group&id=16&ref=DOI5skMb&rt=3fh1Ui3ueK_L1edAWUNmu6IpSLuJlEpaA1QHpuaq1zs","method":"GET"} [] [2017-09-05 12:49:44] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} [] [2017-09-05 12:49:44] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Cannot create references to/from string offsets at /home/httpd/vhosts/xxx.de/xy.xxx.de/manager/vendor/contao/core-bundle/src/Config/Loader/XliffFileLoader.php:239)"} []
Kann mir jemand sagen, was das Problem ist?HTML-Code:{ "name": "contao/managed-edition", "type": "project", "description": "Contao Open Source CMS", "license": "LGPL-3.0+", "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "require": { "php": ">=5.6.0", "contao/calendar-bundle": "^4.4", "contao/comments-bundle": "^4.4", "contao/faq-bundle": "^4.4", "contao/listing-bundle": "^4.4", "contao/manager-bundle": "4.4.*", "contao/news-bundle": "^4.4", "contao/newsletter-bundle": "^4.4", "heimrichhannot/dlh_googlemaps": "^2.3", "isotope/isotope-core": "^2.4", "netzmacht/contao-font-awesome": "^4.7", "terminal42/contao-easy_themes": "^2.2", "terminal42/notification_center": "^1.4" }, "config": { "component-dir": "assets" }, "scripts": { "post-install-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ], "post-update-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ] } }
Danke und VG, Julia

Zitieren