Ergebnis 1 bis 15 von 15

Thema: Contao 4x zerschossen

  1. #1
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard Contao 4x zerschossen

    Hallo,
    nach einem Updaten eines Paketes funktioniert Contao Backend/Frontend nichts mehr. Habe unter Strato dann das Verzeichnis von gestern wieder hergestellt und nachdem ich die MySql Tabellen der Datenbank gelöscht habe, das Backup importiert. Backend und Frontend sind weiter nicht erreichbar.

  2. #2
    Contao-Fan
    Registriert seit
    26.05.2013.
    Ort
    Berlin
    Beiträge
    381

    Standard

    Mit deinen Angaben ist wenig anzufangen. Meine Installation mit 4.13.14 läuft tadellos ...

  3. #3
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    Was genau wird denn benötigt? Habe ja aktuell keinen Zugriff und hab daher auch nur begrenzt Infos.

  4. #4
    Wandelndes Contao-Lexikon Avatar von tab
    Registriert seit
    22.10.2013.
    Beiträge
    10.077
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Wie wurde denn das Backup der Dateien und der Datenbank erzeugt, durch Strato oder von dir? Und was genau wurde alles wieder hergestellt und wie? Läuft der Contao-Manager noch?
    Jedenfalls wäre die composer.json sicher hilfreich und die Konsolenausgabe, die der Manager jetzt bei einem Composer Update ausgibt. Und natürlich auch, welches Paket du upgedatet hast bevor die Probleme anfingen.

  5. #5
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    Das Backup wurde von Strato gemacht, also die kompletten Verzeichnisse von vor ein paar Tagen wieder hergestellt.
    MySQL habe ich eine Strato Sicherung heruntergeladen und dann über die PHPMyAdmin Oberfläche erst die vorhandenen Tabellen gelöscht und dann die Sicherung importiert.
    Contao Manager läuft zwar noch hier die Consolenausgabe:

    > Resolving dependencies using Composer Cloud v3.5.1

    [6.8MiB/0.21s] Loading composer repositories with package information
    [61.3MiB/7.07s] Updating dependencies
    [51.3MiB/7.24s] Nothing to modify in lock file
    [11.5MiB/7.44s] No security vulnerability advisories found
    [12.0MiB/7.44s] Memory usage: 12MB (peak: 173.77MB), time: 7.45s.
    [12.0MiB/7.45s] Finished Composer Cloud resolving.


    # Job ID qDxiGu6hHf4r5Ec0m8pyl2jHyTHnGJgYsOFAbo815GqM6HThHx WjzdXK5j1rMMGuTVPZJVKgQU9ajMYmX6EUg8P9r3RLyEkU3LDT q9jvNQSHhM completed in 1669983339 seconds
    # Memory usage: 12MB (peak: 173.77MB), time: 7.45s.

    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web416/a3/54/5277554/htdocs/website2022/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader

    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Nothing to install, update or remove
    Generating optimized autoload files
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    105 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    > @php vendor/bin/contao-setup
    Added the /mnt/web416/a3/54/5277554/htdocs/website2022/web/app.php file.
    Added the /mnt/web416/a3/54/5277554/htdocs/website2022/web/index.php file.
    Added the /mnt/web416/a3/54/5277554/htdocs/website2022/web/preview.php file.

    Trying to install assets as relative symbolic links.

    --- ------------------------------- ------------------
    Bundle Method / Error
    --- ------------------------------- ------------------
    ? ContaoCoreBundle relative symlink
    ? RockSolidCustomElementsBundle relative symlink
    ? ContaoFaqBundle relative symlink
    ? RockSolidColumnsBundle relative symlink
    ? ContaoCommentsBundle relative symlink
    ? ContaoNewsBundle relative symlink
    ? ContaoCalendarBundle relative symlink
    ? ContaoNewsletterBundle relative symlink
    ? RockSolidIconPickerBundle relative symlink
    ? CraffftCssStyleSelectorBundle relative symlink
    ? RockSolidSliderBundle relative symlink
    --- ------------------------------- ------------------

    [OK] All assets were successfully installed.


    --- ---------------------------------------- ----------------------------------------------------------------
    Symlink Target / Error
    --- ---------------------------------------- ----------------------------------------------------------------
    ? web/files/contentdata files/contentdata
    ? web/files/css files/css
    ? web/files/fonts files/fonts
    ? web/files/js files/js
    ? web/files/layoutdata files/layoutdata
    ? web/files/tiny_templates files/tiny_templates
    ? system/themes/flexible vendor/contao/core-bundle/src/Resources/contao/themes/flexible
    ? web/assets assets
    ? web/system/themes system/themes
    ? system/logs var/logs
    ? web/vendor/scrivo/highlight_php/styles vendor/scrivo/highlight.php/styles
    --- ---------------------------------------- ----------------------------------------------------------------


    // Clearing the cache for the prod environment with debug
    // false

    [OK] Cache for the "prod" environment (debug=false) was successfully cleared.


    // Clearing the cache for the dev environment with debug
    // true

    [OK] Cache for the "dev" environment (debug=true) was successfully cleared.


    ################################################## ################################################## ###########
    Hier noch die Composer.json, welche aber eine ~ hinter dem Dateinamen hat(composer.json~)

    {
    "type": "project",
    "require": {
    "contao/calendar-bundle": "4.13.*",
    "contao/comments-bundle": "4.13.*",
    "contao/conflicts": "*@dev",
    "contao/faq-bundle": "4.13.*",
    "contao/listing-bundle": "4.13.*",
    "contao/manager-bundle": "4.13.*",
    "contao/news-bundle": "4.13.*",
    "contao/newsletter-bundle": "4.13.*",
    "craffft/css-style-selector-bundle": "^1.6",
    "fipps/contao-tinymceplugins-bundle": "^1.0",
    "madeyourday/contao-rocksolid-columns": "^2.1",
    "madeyourday/contao-rocksolid-custom-elements": "^2.4",
    "madeyourday/contao-rocksolid-icon-picker": "^2.1",
    "madeyourday/contao-rocksolid-slider": "^2.2"
    },
    "extra": {
    "public-dir": "web",
    "contao-component-dir": "assets"
    },
    "scripts": {
    "post-install-cmd": [
    "@php vendor/bin/contao-setup"
    ],
    "post-update-cmd": [
    "@php vendor/bin/contao-setup"
    ]
    }
    }

    ################################################## ###########################################
    Ich habe mehrere Pakete geupdatet und dann hing der Manager.

  6. #6
    Contao-Nutzer
    Registriert seit
    10.06.2021.
    Beiträge
    239
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Was steht in var/log?

  7. #7
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    unter contao-manager/logs/error.2022-12-03.log


    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] request.INFO: Matched route "contao_managerapi_task__invoke". {"route":"contao_managerapi_task__invoke","route_p arameters":{"_route":"contao_managerapi_task__invo ke","_controller":"Contao\\ManagerApi\\Controller\ \TaskController"},"request_uri":"http://homepageneu.rimu-online.de/contao-manager.phar.php/api/task","method":"GET"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":3} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\LoginAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\LoginAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\TokenAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\TokenAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostA uthenticationGuardToken: PostAuthenticationGuardToken(user="admin", authenticated=true, roles="ROLE_ADMIN"))","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Contao\\ManagerApi\\Security\\Jw tAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Contao\\ManagerApi\\Security\\Jw tAuthenticator"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:34] tasks.INFO: Updating task status {"name":"composer/update","class":"Contao\\ManagerApi\\Task\\Package s\\UpdateTask"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:38] app.ERROR: The process has been signaled with signal "9". {"exception":"[object] (Symfony\\Component\\Process\\Exception\\ProcessSi gnaledException(code: 0): The process has been signaled with signal "9". at phar:///mnt/web416/a3/54/5277554/htdocs/website2022/web/contao-manager.phar.php/vendor/symfony/process/Process.php:441)"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:38] app.ERROR: The process has been signaled with signal "9". {"exception":"[object] (Symfony\\Component\\Process\\Exception\\ProcessSi gnaledException(code: 0): The process has been signaled with signal "9". at phar:///mnt/web416/a3/54/5277554/htdocs/website2022/web/contao-manager.phar.php/vendor/symfony/process/Process.php:441)"} []
    [03-Dec-2022 14:13:38 MET] [2022-12-03 14:13:38] tasks.INFO: Task operation is active, aborting {"class":"Contao\\ManagerApi\\TaskOperation\\Compo ser\\InstallOperation"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] request.INFO: Matched route "contao_managerapi_task__invoke". {"route":"contao_managerapi_task__invoke","route_p arameters":{"_route":"contao_managerapi_task__invo ke","_controller":"Contao\\ManagerApi\\Controller\ \TaskController"},"request_uri":"http://homepageneu.rimu-online.de/contao-manager.phar.php/api/task","method":"GET"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"api","authenticators":3} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\LoginAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\LoginAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\TokenAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\TokenAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"api","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.INFO: Guard authentication successful! {"token":"[object] (Symfony\\Component\\Security\\Guard\\Token\\PostA uthenticationGuardToken: PostAuthenticationGuardToken(user="admin", authenticated=true, roles="ROLE_ADMIN"))","authenticator":"Contao\\Man agerApi\\Security\\JwtAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Guard authenticator set no success response: request continues. {"authenticator":"Contao\\ManagerApi\\Security\\Jw tAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"Contao\\ManagerApi\\Security\\Jw tAuthenticator"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:56] tasks.INFO: Updating task status {"name":"composer/update","class":"Contao\\ManagerApi\\Task\\Package s\\UpdateTask"} []
    [03-Dec-2022 14:14:58 MET] [2022-12-03 14:14:58] app.ERROR: The process has been signaled with signal "9". {"exception":"[object] (Symfony\\Component\\Process\\Exception\\ProcessSi gnaledException(code: 0): The process has been signaled with signal "9". at phar:///mnt/web416/a3/54/5277554/htdocs/website2022/web/contao-manager.phar.php/vendor/symfony/process/Process.php:441)"} []
    [03-Dec-2022 14:14:59 MET] [2022-12-03 14:14:59] tasks.INFO: Task operation is active, aborting {"class":"Contao\\ManagerApi\\TaskOperation\\Compo ser\\InstallOperation"} []

    ################################################## ################################################## #######################
    unter var/logs/prod-2022-12-03.log

    [2022-12-03T12:59:19.741635+01:00] console.CRITICAL: Error thrown while running command "list --format=json". Message: "Too few arguments to function Contao\CoreBundle\Security\Authentication\Token\To kenChecker::__construct(), 6 passed in /mnt/web416/a3/54/5277554/htdocs/website2022/var/cache/prod/ContainerCMnjnQL/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php on line 1062 and exactly 7 expected" {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Contao\\CoreBundle\\Security\\Authentication\\Toke n\\TokenChecker::__construct(), 6 passed in /mnt/web416/a3/54/5277554/htdocs/website2022/var/cache/prod/ContainerCMnjnQL/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php on line 1062 and exactly 7 expected at /mnt/web416/a3/54/5277554/htdocs/website2022/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php:46)","command":"list --format=json","message":"Too few arguments to function Contao\\CoreBundle\\Security\\Authentication\\Toke n\\TokenChecker::__construct(), 6 passed in /mnt/web416/a3/54/5277554/htdocs/website2022/var/cache/prod/ContainerCMnjnQL/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php on line 1062 and exactly 7 expected"} []
    [2022-12-03T12:59:25.935292+01:00] console.CRITICAL: Error thrown while running command "list --format=json". Message: "Too few arguments to function Contao\CoreBundle\Security\Authentication\Token\To kenChecker::__construct(), 6 passed in /mnt/web416/a3/54/5277554/htdocs/website2022/var/cache/prod/ContainerCMnjnQL/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php on line 1062 and exactly 7 expected" {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Contao\\CoreBundle\\Security\\Authentication\\Toke n\\TokenChecker::__construct(), 6 passed in /mnt/web416/a3/54/5277554/htdocs/website2022/var/cache/prod/ContainerCMnjnQL/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php on line 1062 and exactly 7 expected at /mnt/web416/a3/54/5277554/htdocs/website2022/vendor/contao/core-bundle/src/Security/Authentication/Token/TokenChecker.php:46)","command":"list --format=json","message":"Too few arguments to function Contao\\CoreBundle\\Security\\Authentication\\Toke n\\TokenChecker::__construct(), 6 passed in /mnt/web416/a3/54/5277554/htdocs/website2022/var/cache/prod/ContainerCMnjnQL/Contao_ManagerBundle_HttpKernel_ContaoKernelProdCo ntainer.php on line 1062 and exactly 7 expected"} []

  8. #8
    Contao-Nutzer
    Registriert seit
    10.06.2021.
    Beiträge
    239
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Da ist jetzt nicht wirklich was hilfreiches dabei, aber mir ist grade noch aufgefallen, dass du fipps/contao-tinymceplugins-bundle Version ^1.0 in deiner composer.json stehen hast.
    Du brauchst mit Contao 4.13 aber mindestens Version 2.0.
    Komisch, dass der CM so noch durchläuft, das sollte eigentlich gar nicht funktionieren.


    EDIT: Blödsinn, hab nur die letzte ^1.0 Version von fipps/contao-tinymceplugins-bundle geprüft, die vorherigen haben ~4.4 als Version Constraint drin.
    Sollte aber trotzdem auf ^2.0 geupdated werden.

  9. #9
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    Wie mach ich das denn, über den Manager kann ich ja momentan keine Pakete updaten?

  10. #10
    Contao-Nutzer
    Registriert seit
    10.06.2021.
    Beiträge
    239
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Wieso nicht, ich dachte der läuft? Der Output von vorher sieht auch ok aus.

    Zitat Zitat von blabla Beitrag anzeigen
    Contao Manager läuft zwar noch hier die Consolenausgabe:

    > Resolving dependencies using Composer Cloud v3.5.1

    [6.8MiB/0.21s] Loading composer repositories with package information
    [61.3MiB/7.07s] Updating dependencies
    [51.3MiB/7.24s] Nothing to modify in lock file
    [11.5MiB/7.44s] No security vulnerability advisories found
    [12.0MiB/7.44s] Memory usage: 12MB (peak: 173.77MB), time: 7.45s.
    [12.0MiB/7.45s] Finished Composer Cloud resolving.


    # Job ID qDxiGu6hHf4r5Ec0m8pyl2jHyTHnGJgYsOFAbo815GqM6HThHx WjzdXK5j1rMMGuTVPZJVKgQU9ajMYmX6EUg8P9r3RLyEkU3LDT q9jvNQSHhM completed in 1669983339 seconds
    # Memory usage: 12MB (peak: 173.77MB), time: 7.45s.

    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web416/a3/54/5277554/htdocs/website2022/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader

    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Nothing to install, update or remove
    Generating optimized autoload files
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    105 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    > @php vendor/bin/contao-setup
    Added the /mnt/web416/a3/54/5277554/htdocs/website2022/web/app.php file.
    Added the /mnt/web416/a3/54/5277554/htdocs/website2022/web/index.php file.
    Added the /mnt/web416/a3/54/5277554/htdocs/website2022/web/preview.php file.

    Trying to install assets as relative symbolic links.

    --- ------------------------------- ------------------
    Bundle Method / Error
    --- ------------------------------- ------------------
    ? ContaoCoreBundle relative symlink
    ? RockSolidCustomElementsBundle relative symlink
    ? ContaoFaqBundle relative symlink
    ? RockSolidColumnsBundle relative symlink
    ? ContaoCommentsBundle relative symlink
    ? ContaoNewsBundle relative symlink
    ? ContaoCalendarBundle relative symlink
    ? ContaoNewsletterBundle relative symlink
    ? RockSolidIconPickerBundle relative symlink
    ? CraffftCssStyleSelectorBundle relative symlink
    ? RockSolidSliderBundle relative symlink
    --- ------------------------------- ------------------

    [OK] All assets were successfully installed.


    --- ---------------------------------------- ----------------------------------------------------------------
    Symlink Target / Error
    --- ---------------------------------------- ----------------------------------------------------------------
    ? web/files/contentdata files/contentdata
    ? web/files/css files/css
    ? web/files/fonts files/fonts
    ? web/files/js files/js
    ? web/files/layoutdata files/layoutdata
    ? web/files/tiny_templates files/tiny_templates
    ? system/themes/flexible vendor/contao/core-bundle/src/Resources/contao/themes/flexible
    ? web/assets assets
    ? web/system/themes system/themes
    ? system/logs var/logs
    ? web/vendor/scrivo/highlight_php/styles vendor/scrivo/highlight.php/styles
    --- ---------------------------------------- ----------------------------------------------------------------


    // Clearing the cache for the prod environment with debug
    // false

    [OK] Cache for the "prod" environment (debug=false) was successfully cleared.


    // Clearing the cache for the dev environment with debug
    // true

    [OK] Cache for the "dev" environment (debug=true) was successfully cleared.

  11. #11
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    Er versucht den Prozess abzubrechen aber da bleibt er hängen.

  12. #12
    Contao-Nutzer
    Registriert seit
    10.06.2021.
    Beiträge
    239
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Lösch die tasks.json aus dem contao-manager Ordner.

  13. #13
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.745
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Wie ist genau der derzeitige Stand?
    Manager läuft aber schließt den Prozess nicht endgültig ab? Wenn ja dann mal die task.json im Ordner contao-manager löschen.
    Derzeitige Contao Version ist welche genau?
    Die composer.json findest Du im Root-Verzeichnis. Bitte diese hier posten.

    Wenn Du die task.json gelöscht hast, kommst Du dann ins Frontend und Backend?
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  14. #14
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    Nachdem ich tasks.json gelöscht habe funktioniert der Contao Manager wieder. Backend und Frontend nicht.
    Habe den Cache gelöscht und jetzt überprüft er die Datenbank.
    Glaube da bleibt er gerade hängen, dauert ziemlich, aber ich lass mal laufen.
    Version ist die 4.xx Kann ich nicht nachschauen, oder steht die Version in irgendeiner Datei?
    Hier die composer.json:
    {
    "type": "project",
    "require": {
    "cliffparnitzky/tiny-mce-plugin-loader": "^2.2",
    "contao/calendar-bundle": "4.13.*",
    "contao/comments-bundle": "4.13.*",
    "contao/conflicts": "*@dev",
    "contao/faq-bundle": "4.13.*",
    "contao/listing-bundle": "4.13.*",
    "contao/manager-bundle": "4.13.*",
    "contao/news-bundle": "4.13.*",
    "contao/newsletter-bundle": "4.13.*",
    "craffft/css-style-selector-bundle": "^1.6",
    "fipps/contao-tinymceplugins-bundle": "^1.0",
    "madeyourday/contao-rocksolid-columns": "^2.1",
    "madeyourday/contao-rocksolid-custom-elements": "^2.4",
    "madeyourday/contao-rocksolid-icon-picker": "^2.1",
    "madeyourday/contao-rocksolid-slider": "^2.2"
    },
    "extra": {
    "public-dir": "web",
    "contao-component-dir": "assets"
    },
    "scripts": {
    "post-install-cmd": [
    "@php vendor/bin/contao-setup"
    ],
    "post-update-cmd": [
    "@php vendor/bin/contao-setup"
    ]
    }
    }

  15. #15
    Contao-Nutzer
    Registriert seit
    11.10.2022.
    Beiträge
    20

    Standard

    So Backend und Frontend wieder verfügbar, irgendwie war der Wartungsmodus aktiviert.
    Jetzt habe ich noch das Problem, wenn ich einen Artikel bearbeiten will, kann ich bei Elementtyp "Einzelelement" nicht im Textfeld schreiben. Dort ist ein rotes Dreieck, wenn ich das klicke werden mir verschiedene Editoren vorgeschlagen.
    Wähle ich Elementtyp "Abteilung" kann ich Texte ändern.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •