Ergebnis 1 bis 4 von 4

Thema: Update 3.1.5 auf 3.2.0

  1. #1
    Contao-Nutzer
    Registriert seit
    09.08.2010.
    Beiträge
    9

    Standard Update 3.1.5 auf 3.2.0

    Hallo Community,

    wollte soeben mein Contao von Version zu Version von 3.1.2 auf 3.2.3 updaten, jedoch erhalte ich bei Update von 3.1.5 auf 3.2.0 bei Aufruf der install.php folgende Fehlermeldung im Backend:

    Code:
    Fatal error: Uncaught exception Exception with message Query error: Access denied for user '*******' to database 'INFORMATION_SCHEMA' (SELECT * FROM `INFORMATION_SCHEMA`.`COLUMNS` WHERE `TABLE_SCHEMA` LIKE '*******' AND `TABLE_NAME` LIKE '%tl_layout') thrown in system/modules/core/library/Contao/Database/Statement.php on line 282
    
    #0 system/modules/core/library/Contao/Database.php(202): Contao\Database\Statement->query('SELECT * FROM `...')
    #1 system/modules/core/library/Contao/Database/Mysql.php(141): Contao\Database->query('SELECT * FROM `...')
    #2 system/modules/core/library/Contao/Database.php(294): Contao\Database\Mysql->list_fields('tl_layout')
    #3 system/modules/core/library/Contao/Database.php(315): Contao\Database->listFields('tl_layout', false)
    #4 contao/install.php(856): Contao\Database->fieldExists('script', 'tl_layout')
    #5 contao/install.php(526): InstallTool->update28()
    #6 contao/install.php(191): InstallTool->runDatabaseUpdates()
    #7 contao/install.php(1093): InstallTool->run()
    #8 {main}
    Und im Frontend:

    Code:
    Fatal error: Uncaught exception Exception with message Query error: Unknown column 'j1.google' in 'field list' (SELECT tl_article.*, j1.id AS author__id, j1.tstamp AS author__tstamp, j1.username AS author__username, j1.name AS author__name, j1.email AS author__email, j1.google AS author__google, j1.language AS author__language, j1.backendTheme AS author__backendTheme, j1.uploader AS author__uploader, j1.showHelp AS author__showHelp, j1.thumbnails AS author__thumbnails, j1.useRTE AS author__useRTE, j1.useCE AS author__useCE, j1.password AS author__password, j1.pwChange AS author__pwChange, j1.admin AS author__admin, j1.groups AS author__groups, j1.inherit AS author__inherit, j1.modules AS author__modules, j1.themes AS author__themes, j1.pagemounts AS author__pagemounts, j1.alpty AS author__alpty, j1.filemounts AS author__filemounts, j1.fop AS author__fop, j1.forms AS author__forms, j1.formp AS author__formp, j1.disable AS author__disable, j1.start AS author__start, j1.stop AS author__stop, j1.session AS author__session, j1.dateAdded AS author__dateAdded, j1.lastLogin AS author__lastLogin, j1.currentLogin AS author__currentLogin, j1.loginCount AS author__loginCount, j1.locked AS author__locked, j1.calendars AS author__calendars, j1.calendarp AS author__calendarp, j1.calendarfeeds AS author__calendarfeeds, j1.calendarfeedp AS author__calendarfeedp, j1.faqs AS author__faqs, j1.faqp AS author__faqp, j1.news AS author__news, j1.newp AS author__newp, j1.newsfeeds AS author__newsfeeds, j1.newsfeedp AS author__newsfeedp, j1.newsletters AS author__newsletters, j1.newsletterp AS author__newsletterp FROM tl_article LEFT JOIN tl_user j1 ON tl_article.author=j1.id WHERE tl_article.pid='2' AND tl_article.inColumn='main' AND (tl_article.start='' OR tl_article.start<1389278439) AND (tl_article.stop='' OR tl_article.stop>1389278439) AND tl_article.published=1 ORDER BY tl_article.sorting) thrown in system/modules/core/library/Contao/Database/Statement.php on line 282
    
    #0 system/modules/core/library/Contao/Database/Statement.php(253): Contao\Database\Statement->query()
    #1 system/modules/core/library/Contao/Model.php(902): Contao\Database\Statement->execute(Array)
    #2 system/modules/core/library/Contao/Model.php(798): Contao\Model::find(Array)
    #3 system/modules/core/models/ArticleModel.php(111): Contao\Model::findBy(Array, Array, Array)
    #4 system/modules/core/library/Contao/Controller.php(228): Contao\ArticleModel::findPublishedByPidAndColumn('2', 'main')
    #5 system/modules/core/pages/PageRegular.php(138): Contao\Controller->getFrontendModule('0', 'main')
    #6 index.php(246): Contao\PageRegular->generate(Object(Contao\PageModel), true)
    #7 index.php(414): Index->run()
    #8 {main}
    Konnte ansonsten keine ähnliche Fehlermeldung im Forum finden bzw. die Hinweise im Forum bzgl. Update haben mich auch nicht weiter gebracht.

    Danke für Eure Hilfe und einen Hinweis,

    Grüße, Mani

  2. #2
    Contao-Fan
    Registriert seit
    17.11.2012.
    Beiträge
    528

    Standard

    2 Hinweise:
    • Contao-Check: Fehlende und/oder beschädigte Dateien?!
    • Allenfalls nicht aktuelle Erweiterungen deaktivieren und so das Problem einkreisen.

  3. #3
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.522
    User beschenken
    Wunschliste

    Standard

    FE Meldung ist mehr oder weniger logisch, da die BE Meldung ja ein Hinweis ist, das die Migration nicht gelaufen ist aufgrund eines Rechteproblems mit der DB.
    access denied for user '*******' to database 'INFORMATION_SCHEMA'
    Dein Datenbanksystem Login hat keinen Zugriff auf die Datenbank 'INFORMATION_SCHEMA', das die interne von MySQL worin sich selbst MySQL darin verwaltet.
    Die Migration prüft zur Erkennung ob es was zu tun gibt, ob in einer Tabelle (tl_layout) das Feld "script" existiert. Genau diese Info steht im 'INFORMATION_SCHEMA'.

    Normalerweise solltest Du darauf lesenden Zugriff haben.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  4. #4
    Contao-Nutzer
    Registriert seit
    09.08.2010.
    Beiträge
    9

    Standard

    Hallo,

    ich danke Euch für die ersten Hinweise, die ich nun versuchen werde umzusetzen. Sobald ich ein Ergebnis habe melde ich mich verlässlich wieder.

    Danke Euch und schöne Grüße,
    Mani

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
  •