Unter CTO 4.4.8 und CC 2.10.0 funktionieren Export und Import nicht.
Unter CTO 3.5.31 läuft alles super.
Habe ich etwas übersehen oder funktioniert die API nicht unter CTO 4?
Im Backend erscheint nach Abschluss "No export data found".
Im Log finden sich direkt nach Aufruf des Exports die folgenden Fehler.
Unter CTO 3.5.31 läuft alles super.
Habe ich etwas übersehen oder funktioniert die API nicht unter CTO 4?
Im Backend erscheint nach Abschluss "No export data found".
Im Log finden sich direkt nach Aufruf des Exports die folgenden Fehler.
PHP-Code:
[2017-11-16 12:21:36] 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":"https://dhl-adressen-4:8890/contao?api_running=1&do=pct_customelements&id=2&index=0&key=run&range=1&rt=17tPTl1v9pb5Pub-6G3EQz2qj6A4P9g4KvLPVvKfqqQ&table=tl_pct_customcatalog_api","method":"HEAD"} []
[2017-11-16 12:21:36] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
[2017-11-16 12:21:36] 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":"https://dhl-adressen-4:8890/contao?api_running=1&do=pct_customelements&id=2&index=0&key=run&range=1&rt=17tPTl1v9pb5Pub-6G3EQz2qj6A4P9g4KvLPVvKfqqQ&table=tl_pct_customcatalog_api","method":"GET"} []
[2017-11-16 12:21:36] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
[2017-11-16 12:21:36] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named "addCritialError" of class "PCT\\CustomCatalog\\API\\Standard\\Export".\nDid you mean to call e.g. "addCriticalError" or "hasCriticalErrors"? at /Applications/MAMP/htdocs/dhl-adressen-4/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomCatalog/APIs/Standard/Backend/ExportPage.php:133)"} []
[2017-11-16 12:21:36] 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":"https://dhl-adressen-4:8890/contao?api_running=1&complete=1&do=pct_customelements&id=2&index=1&key=run&range=1&rt=17tPTl1v9pb5Pub-6G3EQz2qj6A4P9g4KvLPVvKfqqQ&table=tl_pct_customcatalog_api","method":"HEAD"} []
[2017-11-16 12:21:36] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
[2017-11-16 12:21:36] 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":"https://dhl-adressen-4:8890/contao?api_running=1&complete=1&do=pct_customelements&id=2&index=1&key=run&range=1&rt=17tPTl1v9pb5Pub-6G3EQz2qj6A4P9g4KvLPVvKfqqQ&table=tl_pct_customcatalog_api","method":"GET"} []
[2017-11-16 12:21:36] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
[2017-11-16 12:21:36] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named "addCritialError" of class "PCT\\CustomCatalog\\API\\Standard\\Export".\nDid you mean to call e.g. "addCriticalError" or "hasCriticalErrors"? at /Applications/MAMP/htdocs/dhl-adressen-4/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomCatalog/APIs/Standard/Backend/ExportPage.php:133)"} []
Kommentar