Contao-Camp 2024
Ergebnis 1 bis 11 von 11

Thema: Website nicht mehr erreichbar nach versuchtem Pakete Update über Contao Manager

  1. #1
    Contao-Nutzer
    Registriert seit
    07.06.2019.
    Beiträge
    10

    Fehler Website nicht mehr erreichbar nach versuchtem Pakete Update über Contao Manager

    Ich habe im Contao Manager 1.1.4 alle Pakete aktualisieren wollen. Dabei trat ein Fehler auf. Jetzt ist die Website nicht mehr erreichbar! Die Fehlermeldung besagt:

    Installing Composer Dependencies
    Console task terminated!
    The background task has stopped unexpectedly. Please check the console protocol.

    Bei der Systemprüfung wir Automatic Repair vorgeschlagen:

    Automatic Repair
    Attempts to automatically repair the installation by rebuilding the application cache and re-installing the Composer packages.

    Any modifications to the vendor files might be deleted in the process!

    Run System Repair


    Auch hier erscheint die gleiche Fehlermeldung. Kann ich die Seite durch ein wiederaufspielen des Backups (Root Ordner über FileZilla FTP vor dem Update-Versuch gesichert) wieder zum laufen bringen? Contao Version 4.4.20


    LOGFILE

    $ /opt/plesk/php/7.0/bin/php '-q' '/var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1

    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install or update
    Generating optimized autoload files
    > Contao\ManagerBundle\Composer\ScriptHandler::initi alizeApplication

    In YamlFileLoader.php line 704:

    There is no extension able to load the configuration for "url_suffix" (in /
    var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/app/config/config.yml).
    Looked for namespace "url_suffix", found "knp_menu", "knp_time", "header_r
    eplay", "framework", "security", "twig", "monolog", "swiftmailer", "doctrin
    e", "doctrine_cache", "lexik_maintenance", "nelmio_cors", "nelmio_security"
    , "contao_manager", "contao", "contao_faq", "contao_installation", "contao_
    news", "ma3xl3_easy_favicon", "rocksolid_frontend_helper", "contao_calendar
    "


    Script Contao\ManagerBundle\Composer\ScriptHandler::initi alizeApplication handling the post-install-cmd event terminated with an exception

    In ScriptHandler.php line 113:

    An error occurred while executing the "contao:install-web-dir" command:
    In YamlFileLoader.php line 704:


    There is no extension able to load the configuration for "url_suffix" (in
    /
    var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/app/config/config.yml
    ).
    Looked for namespace "url_suffix", found "knp_menu", "knp_time", "header
    _r
    eplay", "framework", "security", "twig", "monolog", "swiftmailer", "doctr
    in
    e", "doctrine_cache", "lexik_maintenance", "nelmio_cors", "nelmio_securit
    y"
    , "contao_manager", "contao", "contao_faq", "contao_installation", "conta
    o_
    news", "ma3xl3_easy_favicon", "rocksolid_frontend_helper", "contao_calend
    ar
    "


    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...


    # Process terminated with exit code 1
    # Result: General error


    ---

    ### The background task has stopped unexpectedly ###
    Geändert von monopage-info (24.06.2019 um 12:15 Uhr)

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    33.896
    Partner-ID
    10107

    Standard

    Poste deine config.yml

  3. #3
    Contao-Nutzer
    Registriert seit
    07.06.2019.
    Beiträge
    10

    Standard config.yml

    # Contao configuration
    contao:
    url_suffix: ''
    image:
    imagine_options:
    jpeg_quality: 75

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    33.896
    Partner-ID
    10107

    Standard

    Bitte in [code] Tags posten, damit die Einrückungen ersichtlich sind.

  5. #5
    Contao-Nutzer
    Registriert seit
    07.06.2019.
    Beiträge
    10

    Standard

    config.yml
    Code:
    # Contao configuration
    contao:
    url_suffix: ''
    image:
    imagine_options:
    jpeg_quality: 75
    Fehlermeldung Contao-Manager - Rebuilding Contao Cache
    Code:
    $ /opt/plesk/php/7.0/bin/php '-q' '/var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/contao/manager-bundle/bin/contao-console' 'cache:clear' '--env=prod' '--no-warmup' 2>&1
    
    
    In YamlFileLoader.php line 704:
                                                                                   
      There is no extension able to load the configuration for "url_suffix" (in /  
      var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/app/config/config.yml).  
       Looked for namespace "url_suffix", found "knp_menu", "knp_time", "header_r  
      eplay", "framework", "security", "twig", "monolog", "swiftmailer", "doctrin  
      e", "doctrine_cache", "lexik_maintenance", "nelmio_cors", "nelmio_security"  
      , "contao_manager", "contao", "contao_faq", "contao_installation", "contao_  
      news", "ma3xl3_easy_favicon", "rocksolid_frontend_helper", "contao_calendar  
      "                                                                            
                                                                                   
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### The background task has stopped unexpectedly ###

  6. #6
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    33.896
    Partner-ID
    10107

    Standard

    Dir fehlen die Einrückungen.

  7. #7
    Contao-Nutzer
    Registriert seit
    07.06.2019.
    Beiträge
    10

    Standard

    Die Einrückungen in der config.yml?
    Wie müssen diese sein?

  8. #8
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    33.896
    Partner-ID
    10107

    Standard

    So:
    Code:
    contao:
      url_suffix: ''
      image:
        imagine_options:
          jpeg_quality: 75

  9. #9
    Contao-Nutzer
    Registriert seit
    07.06.2019.
    Beiträge
    10

    Standard

    Ich habe die Einrückungen in der yml folgendermaßen gemacht:
    Code:
    # Contao configuration
    contao:
        url_suffix: ''
        image:
            imagine_options:
                jpeg_quality: 75
    Beim Aufrufen der Website erscheint nun folgende Fehlermeldung:
    Bildschirmfoto 2019-06-24 um 13.26.05.png


    var/logs File:
    Code:
    [2019-06-24 11:24:42] request.INFO: Matched route "contao_frontend". {"route":"contao_frontend","route_parameters":{"_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_scope":"frontend","alias":"startseite","_route":"contao_frontend"},"request_uri":"https://www.markusdoettling.de/startseite","method":"HEAD"} []
    [2019-06-24 11:24:42] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2019-06-24 11:24:42] request.INFO: Matched route "contao_frontend". {"route":"contao_frontend","route_parameters":{"_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_scope":"frontend","alias":"startseite","_route":"contao_frontend"},"request_uri":"https://www.markusdoettling.de/startseite","method":"GET"} []
    [2019-06-24 11:24:42] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2019-06-24 11:24:42] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT tl_module.*, j1.`id` AS jumpTo__id, j1.`pid` AS jumpTo__pid, j1.`sorting` AS jumpTo__sorting, j1.`tstamp` AS jumpTo__tstamp, j1.`title` AS jumpTo__title, j1.`alias` AS jumpTo__alias, j1.`type` AS jumpTo__type, j1.`pageTitle` AS jumpTo__pageTitle, j1.`language` AS jumpTo__language, j1.`robots` AS jumpTo__robots, j1.`description` AS jumpTo__description, j1.`redirect` AS jumpTo__redirect, j1.`jumpTo` AS jumpTo__jumpTo, j1.`redirectBack` AS jumpTo__redirectBack, j1.`url` AS jumpTo__url, j1.`target` AS jumpTo__target, j1.`dns` AS jumpTo__dns, j1.`staticFiles` AS jumpTo__staticFiles, j1.`staticPlugins` AS jumpTo__staticPlugins, j1.`fallback` AS jumpTo__fallback, j1.`adminEmail` AS jumpTo__adminEmail, j1.`dateFormat` AS jumpTo__dateFormat, j1.`timeFormat` AS jumpTo__timeFormat, j1.`datimFormat` AS jumpTo__datimFormat, j1.`createSitemap` AS jumpTo__createSitemap, j1.`sitemapName` AS jumpTo__sitemapName, j1.`useSSL` AS jumpTo__useSSL, j1.`autoforward` AS jumpTo__autoforward, j1.`protected` AS jumpTo__protected, j1.`groups` AS jumpTo__groups, j1.`includeLayout` AS jumpTo__includeLayout, j1.`layout` AS jumpTo__layout, j1.`mobileLayout` AS jumpTo__mobileLayout, j1.`includeCache` AS jumpTo__includeCache, j1.`cache` AS jumpTo__cache, j1.`clientCache` AS jumpTo__clientCache, j1.`includeChmod` AS jumpTo__includeChmod, j1.`cuser` AS jumpTo__cuser, j1.`cgroup` AS jumpTo__cgroup, j1.`chmod` AS jumpTo__chmod, j1.`noSearch` AS jumpTo__noSearch, j1.`cssClass` AS jumpTo__cssClass, j1.`sitemap` AS jumpTo__sitemap, j1.`hide` AS jumpTo__hide, j1.`guests` AS jumpTo__guests, j1.`tabindex` AS jumpTo__tabindex, j1.`accesskey` AS jumpTo__accesskey, j1.`published` AS jumpTo__published, j1.`start` AS jumpTo__start, j1.`stop` AS jumpTo__stop, j1.`addFavicon` AS jumpTo__addFavicon, j1.`faviconSRC` AS jumpTo__faviconSRC, j1.`addAppleTouchIcon` AS jumpTo__addAppleTouchIcon, j1.`appleTouchIconSRC` AS jumpTo__appleTouchIconSRC, j1.`rsmm_subtitle` AS jumpTo__rsmm_subtitle, j1.`rsmm_color` AS jumpTo__rsmm_color, j1.`rsmm_image` AS jumpTo__rsmm_image, j1.`rsmm_enabled` AS jumpTo__rsmm_enabled, j1.`rsmm_id` AS jumpTo__rsmm_id, j1.`addRating` AS jumpTo__addRating, j1.`rateit_position` AS jumpTo__rateit_position FROM tl_module LEFT JOIN tl_page j1 ON tl_module.`jumpTo`=j1.id WHERE tl_module.id IN(72,0,73,70,74,75,71,60,51,78,62,61,109,112,11,111,110,0,0,92,95,93,97,88,90,91,89,87,121) ORDER BY FIND_IN_SET(`tl_module`.`id`, '72,0,73,70,74,75,71,60,51,78,62,61,109,112,11,111,110,0,0,92,95,93,97,88,90,91,89,87,121')':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:71, Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} []
    [2019-06-24 11:24:44] request.INFO: Matched route "contao_frontend". {"route":"contao_frontend","route_parameters":{"_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_scope":"frontend","alias":"startseite","_route":"contao_frontend"},"request_uri":"https://www.markusdoettling.de/startseite","method":"HEAD"} []
    [2019-06-24 11:24:44] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2019-06-24 11:24:45] request.INFO: Matched route "contao_frontend". {"route":"contao_frontend","route_parameters":{"_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_scope":"frontend","alias":"startseite","_route":"contao_frontend"},"request_uri":"https://www.markusdoettling.de/startseite","method":"GET"} []
    [2019-06-24 11:24:45] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2019-06-24 11:24:45] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT tl_module.*, j1.`id` AS jumpTo__id, j1.`pid` AS jumpTo__pid, j1.`sorting` AS jumpTo__sorting, j1.`tstamp` AS jumpTo__tstamp, j1.`title` AS jumpTo__title, j1.`alias` AS jumpTo__alias, j1.`type` AS jumpTo__type, j1.`pageTitle` AS jumpTo__pageTitle, j1.`language` AS jumpTo__language, j1.`robots` AS jumpTo__robots, j1.`description` AS jumpTo__description, j1.`redirect` AS jumpTo__redirect, j1.`jumpTo` AS jumpTo__jumpTo, j1.`redirectBack` AS jumpTo__redirectBack, j1.`url` AS jumpTo__url, j1.`target` AS jumpTo__target, j1.`dns` AS jumpTo__dns, j1.`staticFiles` AS jumpTo__staticFiles, j1.`staticPlugins` AS jumpTo__staticPlugins, j1.`fallback` AS jumpTo__fallback, j1.`adminEmail` AS jumpTo__adminEmail, j1.`dateFormat` AS jumpTo__dateFormat, j1.`timeFormat` AS jumpTo__timeFormat, j1.`datimFormat` AS jumpTo__datimFormat, j1.`createSitemap` AS jumpTo__createSitemap, j1.`sitemapName` AS jumpTo__sitemapName, j1.`useSSL` AS jumpTo__useSSL, j1.`autoforward` AS jumpTo__autoforward, j1.`protected` AS jumpTo__protected, j1.`groups` AS jumpTo__groups, j1.`includeLayout` AS jumpTo__includeLayout, j1.`layout` AS jumpTo__layout, j1.`mobileLayout` AS jumpTo__mobileLayout, j1.`includeCache` AS jumpTo__includeCache, j1.`cache` AS jumpTo__cache, j1.`clientCache` AS jumpTo__clientCache, j1.`includeChmod` AS jumpTo__includeChmod, j1.`cuser` AS jumpTo__cuser, j1.`cgroup` AS jumpTo__cgroup, j1.`chmod` AS jumpTo__chmod, j1.`noSearch` AS jumpTo__noSearch, j1.`cssClass` AS jumpTo__cssClass, j1.`sitemap` AS jumpTo__sitemap, j1.`hide` AS jumpTo__hide, j1.`guests` AS jumpTo__guests, j1.`tabindex` AS jumpTo__tabindex, j1.`accesskey` AS jumpTo__accesskey, j1.`published` AS jumpTo__published, j1.`start` AS jumpTo__start, j1.`stop` AS jumpTo__stop, j1.`addFavicon` AS jumpTo__addFavicon, j1.`faviconSRC` AS jumpTo__faviconSRC, j1.`addAppleTouchIcon` AS jumpTo__addAppleTouchIcon, j1.`appleTouchIconSRC` AS jumpTo__appleTouchIconSRC, j1.`rsmm_subtitle` AS jumpTo__rsmm_subtitle, j1.`rsmm_color` AS jumpTo__rsmm_color, j1.`rsmm_image` AS jumpTo__rsmm_image, j1.`rsmm_enabled` AS jumpTo__rsmm_enabled, j1.`rsmm_id` AS jumpTo__rsmm_id, j1.`addRating` AS jumpTo__addRating, j1.`rateit_position` AS jumpTo__rateit_position FROM tl_module LEFT JOIN tl_page j1 ON tl_module.`jumpTo`=j1.id WHERE tl_module.id IN(72,0,73,70,74,75,71,60,51,78,62,61,109,112,11,111,110,0,0,92,95,93,97,88,90,91,89,87,121) ORDER BY FIND_IN_SET(`tl_module`.`id`, '72,0,73,70,74,75,71,60,51,78,62,61,109,112,11,111,110,0,0,92,95,93,97,88,90,91,89,87,121')':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:71, Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} []
    [2019-06-24 11:27:16] request.INFO: Matched route "contao_frontend". {"route":"contao_frontend","route_parameters":{"_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\FrontendController::indexAction","_scope":"frontend","alias":"startseite","_route":"contao_frontend"},"request_uri":"https://www.markusdoettling.de/startseite","method":"GET"} []
    [2019-06-24 11:27:16] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} []
    [2019-06-24 11:27:16] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT tl_module.*, j1.`id` AS jumpTo__id, j1.`pid` AS jumpTo__pid, j1.`sorting` AS jumpTo__sorting, j1.`tstamp` AS jumpTo__tstamp, j1.`title` AS jumpTo__title, j1.`alias` AS jumpTo__alias, j1.`type` AS jumpTo__type, j1.`pageTitle` AS jumpTo__pageTitle, j1.`language` AS jumpTo__language, j1.`robots` AS jumpTo__robots, j1.`description` AS jumpTo__description, j1.`redirect` AS jumpTo__redirect, j1.`jumpTo` AS jumpTo__jumpTo, j1.`redirectBack` AS jumpTo__redirectBack, j1.`url` AS jumpTo__url, j1.`target` AS jumpTo__target, j1.`dns` AS jumpTo__dns, j1.`staticFiles` AS jumpTo__staticFiles, j1.`staticPlugins` AS jumpTo__staticPlugins, j1.`fallback` AS jumpTo__fallback, j1.`adminEmail` AS jumpTo__adminEmail, j1.`dateFormat` AS jumpTo__dateFormat, j1.`timeFormat` AS jumpTo__timeFormat, j1.`datimFormat` AS jumpTo__datimFormat, j1.`createSitemap` AS jumpTo__createSitemap, j1.`sitemapName` AS jumpTo__sitemapName, j1.`useSSL` AS jumpTo__useSSL, j1.`autoforward` AS jumpTo__autoforward, j1.`protected` AS jumpTo__protected, j1.`groups` AS jumpTo__groups, j1.`includeLayout` AS jumpTo__includeLayout, j1.`layout` AS jumpTo__layout, j1.`mobileLayout` AS jumpTo__mobileLayout, j1.`includeCache` AS jumpTo__includeCache, j1.`cache` AS jumpTo__cache, j1.`clientCache` AS jumpTo__clientCache, j1.`includeChmod` AS jumpTo__includeChmod, j1.`cuser` AS jumpTo__cuser, j1.`cgroup` AS jumpTo__cgroup, j1.`chmod` AS jumpTo__chmod, j1.`noSearch` AS jumpTo__noSearch, j1.`cssClass` AS jumpTo__cssClass, j1.`sitemap` AS jumpTo__sitemap, j1.`hide` AS jumpTo__hide, j1.`guests` AS jumpTo__guests, j1.`tabindex` AS jumpTo__tabindex, j1.`accesskey` AS jumpTo__accesskey, j1.`published` AS jumpTo__published, j1.`start` AS jumpTo__start, j1.`stop` AS jumpTo__stop, j1.`addFavicon` AS jumpTo__addFavicon, j1.`faviconSRC` AS jumpTo__faviconSRC, j1.`addAppleTouchIcon` AS jumpTo__addAppleTouchIcon, j1.`appleTouchIconSRC` AS jumpTo__appleTouchIconSRC, j1.`rsmm_subtitle` AS jumpTo__rsmm_subtitle, j1.`rsmm_color` AS jumpTo__rsmm_color, j1.`rsmm_image` AS jumpTo__rsmm_image, j1.`rsmm_enabled` AS jumpTo__rsmm_enabled, j1.`rsmm_id` AS jumpTo__rsmm_id, j1.`addRating` AS jumpTo__addRating, j1.`rateit_position` AS jumpTo__rateit_position FROM tl_module LEFT JOIN tl_page j1 ON tl_module.`jumpTo`=j1.id WHERE tl_module.id IN(72,0,73,70,74,75,71,60,51,78,62,61,109,112,11,111,110,0,0,92,95,93,97,88,90,91,89,87,121) ORDER BY FIND_IN_SET(`tl_module`.`id`, '72,0,73,70,74,75,71,60,51,78,62,61,109,112,11,111,110,0,0,92,95,93,97,88,90,91,89,87,121')':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:71, Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j1.addRating' in 'field list' at /var/www/vhosts/schlosserei-doettling-bb.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} []

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

    Support Contao

    Standard

    Die Datenbank ist wohl nicht aktuell, also diese per Installtool aktualisieren.

  11. #11
    Contao-Nutzer
    Registriert seit
    07.06.2019.
    Beiträge
    10

    Standard

    Besten Dank für deine tolle und schnelle Hilfe, die Seite scheint wieder zu laufen!

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
  •