Ergebnis 1 bis 1 von 1

Thema: PHP-Fehler nach versuchtem Update von GalleryCreator 6.1

  1. #1
    Contao-Nutzer
    Registriert seit
    10.03.2014.
    Beiträge
    89

    Standard PHP-Fehler nach versuchtem Update von GalleryCreator 6.1

    Hallo,

    ich habe leider ein Problem, bei dem ich überhaupt nicht weiterkomme und auch nicht weiß, wonach ich suchen soll. Ich habe bei einer Contao 3.5.40-Version Updates der Erweiterungen durchgeführt. Beim Update von GalleryCreator auf Vers. 6.1 brach das Skript dann ab, als er die Tabellen aktualisieren bzw. einzelne Zellen löschen wollte. Nun wird die Website nicht mehr angezeigt, und ich kann im Backend Artikel nicht mehr bearbeiten (immerhin funktioniert das Backend noch; auch Nachrichten lassen sich noch bearbeiten). Die Fehlermeldungen im error.log verstehe ich leider nicht, "fatal error" klingt aber nicht so gut...

    Code:
    [05-Jun-2019 08:49:30 Europe/Berlin] 
    PHP Warning: Declaration of Contao\CalendarTags::addEvent($objEvent, $intStart, $intEnd, $strUrl, $strLink) should be compatible with Contao\Calendar::addEvent($objEvent, $intStart, $intEnd, $strUrl, $strBase = '') in /kunden/190352_24103/webseiten/neu/system/modules/tags/classes/CalendarTags.php on line 43
    #0 /kunden/190352_24103/webseiten/neu/system/modules/tags/classes/CalendarTags.php(43): __error(2, 'Declaration of ...', '/kunden/190352_...', 43, Array)
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/ClassLoader.php(161): include('/kunden/190352_...')
    #2 [internal function]: Contao\ClassLoader::load('CalendarTags')
    #3 [internal function]: spl_autoload_call('CalendarTags')
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/System.php(140): get_class_methods('CalendarTags')
    #5 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/FrontendCron.php(102): Contao\System->import('CalendarTags')
    #6 /kunden/190352_24103/webseiten/neu/system/cron/cron.php(20): Contao\FrontendCron->run()
    #7 {main}
    
    [05-Jun-2019 11:01:19 Europe/Berlin] 
    PHP Warning: count(): Parameter must be an array or an object that implements Countable in /kunden/190352_24103/webseiten/neu/system/modules/core/drivers/DC_Table.php on line 3399
    #0 [internal function]: __error(2, 'count(): Parame...', '/kunden/190352_...', 3399, Array)
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/drivers/DC_Table.php(3399): count(NULL)
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/drivers/DC_Table.php(374): Contao\DC_Table->treeView()
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/Backend.php(650): Contao\DC_Table->showAll()
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('gallery_creator')
    #5 /kunden/190352_24103/webseiten/neu/contao/main.php(20): Contao\BackendMain->run()
    #6 {main}
    
    [05-Jun-2019 11:02:05 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Duplicate column name 'gc_albumsPerPage' (ALTER TABLE `tl_module` ADD `gc_albumsPerPage` smallint(5) unsigned NOT NULL default '0';)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database.php(207): Contao\Database\Statement->query('ALTER TABLE `tl...')
    #1 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryManager.php(477): Contao\Database->query('ALTER TABLE `tl...')
    #2 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryBackendModule.php(153): RepositoryManager->update('database')
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/BackendModule.php(98): RepositoryBackendModule->compile()
    #4 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryBackendModule.php(72): Contao\BackendModule->generate()
    #5 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryManager.php(57): RepositoryBackendModule->generate()
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/Backend.php(423): RepositoryManager->generate()
    #7 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('repository_mana...')
    #8 /kunden/190352_24103/webseiten/neu/contao/main.php(20): Contao\BackendMain->run()
    #9 {main}
    [05-Jun-2019 11:02:24 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Duplicate column name 'gc_albumsPerPage' (ALTER TABLE `tl_module` ADD `gc_albumsPerPage` smallint(5) unsigned NOT NULL default '0';)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database.php(207): Contao\Database\Statement->query('ALTER TABLE `tl...')
    #1 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryManager.php(477): Contao\Database->query('ALTER TABLE `tl...')
    #2 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryBackendModule.php(153): RepositoryManager->update('database')
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/BackendModule.php(98): RepositoryBackendModule->compile()
    #4 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryBackendModule.php(72): Contao\BackendModule->generate()
    #5 /kunden/190352_24103/webseiten/neu/system/modules/repository/classes/RepositoryManager.php(57): RepositoryBackendModule->generate()
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/Backend.php(423): RepositoryManager->generate()
    #7 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('repository_mana...')
    #8 /kunden/190352_24103/webseiten/neu/contao/main.php(20): Contao\BackendMain->run()
    #9 {main}
    [05-Jun-2019 11:02:56 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Unknown column 'j1.gallery_creator' 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.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.et_enable AS author__et_enable, j1.et_activeModules AS author__et_activeModules, j1.et_short AS author__et_short, j1.et_mode AS author__et_mode, j1.et_bemodRef AS author__et_bemodRef, j1.faqs AS author__faqs, j1.faqp AS author__faqp, j1.gc_img_resolution AS author__gc_img_resolution, j1.gc_img_quality AS author__gc_img_quality, j1.gc_be_uploader_template AS author__gc_be_uploader_template, j1.gallery_creator AS author__gallery_creator, j1.gallery_creatorp AS author__gallery_creatorp, 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.id='475' LIMIT 0,1)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(1095): Contao\Database\Statement->execute('475')
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(796): Contao\Model::find(Array)
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendMain.php(268): Contao\Model::findByPk('475')
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendMain.php(135): Contao\BackendMain->output()
    #5 /kunden/190352_24103/webseiten/neu/contao/main.php(20): Contao\BackendMain->run()
    #6 {main}
    [05-Jun-2019 11:03:17 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Unknown column 'j2.gallery_creator' in 'field list' (SELECT tl_news.*, j1.id AS pid__id, j1.tstamp AS pid__tstamp, j1.title AS pid__title, j1.jumpTo AS pid__jumpTo, j1.protected AS pid__protected, j1.groups AS pid__groups, j1.allowComments AS pid__allowComments, j1.notify AS pid__notify, j1.sortOrder AS pid__sortOrder, j1.perPage AS pid__perPage, j1.moderate AS pid__moderate, j1.bbcode AS pid__bbcode, j1.requireLogin AS pid__requireLogin, j1.disableCaptcha AS pid__disableCaptcha, j2.id AS author__id, j2.tstamp AS author__tstamp, j2.username AS author__username, j2.name AS author__name, j2.email AS author__email, j2.language AS author__language, j2.backendTheme AS author__backendTheme, j2.uploader AS author__uploader, j2.showHelp AS author__showHelp, j2.thumbnails AS author__thumbnails, j2.useRTE AS author__useRTE, j2.useCE AS author__useCE, j2.password AS author__password, j2.pwChange AS author__pwChange, j2.admin AS author__admin, j2.groups AS author__groups, j2.inherit AS author__inherit, j2.modules AS author__modules, j2.themes AS author__themes, j2.pagemounts AS author__pagemounts, j2.alpty AS author__alpty, j2.filemounts AS author__filemounts, j2.fop AS author__fop, j2.forms AS author__forms, j2.formp AS author__formp, j2.disable AS author__disable, j2.start AS author__start, j2.stop AS author__stop, j2.session AS author__session, j2.dateAdded AS author__dateAdded, j2.lastLogin AS author__lastLogin, j2.currentLogin AS author__currentLogin, j2.loginCount AS author__loginCount, j2.locked AS author__locked, j2.calendars AS author__calendars, j2.calendarp AS author__calendarp, j2.calendarfeeds AS author__calendarfeeds, j2.calendarfeedp AS author__calendarfeedp, j2.et_enable AS author__et_enable, j2.et_activeModules AS author__et_activeModules, j2.et_short AS author__et_short, j2.et_mode AS author__et_mode, j2.et_bemodRef AS author__et_bemodRef, j2.faqs AS author__faqs, j2.faqp AS author__faqp, j2.gc_img_resolution AS author__gc_img_resolution, j2.gc_img_quality AS author__gc_img_quality, j2.gc_be_uploader_template AS author__gc_be_uploader_template, j2.gallery_creator AS author__gallery_creator, j2.gallery_creatorp AS author__gallery_creatorp, j2.news AS author__news, j2.newp AS author__newp, j2.newsfeeds AS author__newsfeeds, j2.newsfeedp AS author__newsfeedp, j2.newsletters AS author__newsletters, j2.newsletterp AS author__newsletterp FROM tl_news LEFT JOIN tl_news_archive j1 ON tl_news.pid=j1.id LEFT JOIN tl_user j2 ON tl_news.author=j2.id WHERE tl_news.pid='2' AND tl_news.source='default' AND (tl_news.start='' OR tl_news.start<='1559725380') AND (tl_news.stop='' OR tl_news.stop>'1559725440') AND tl_news.published='1' ORDER BY tl_news.date DESC)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(1095): Contao\Database\Statement->execute('2')
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(965): Contao\Model::find(Array)
    #3 /kunden/190352_24103/webseiten/neu/system/modules/news/models/NewsModel.php(307): Contao\Model::findBy(Array, '2', Array)
    #4 /kunden/190352_24103/webseiten/neu/system/modules/news/classes/News.php(328): Contao\NewsModel::findPublishedDefaultByPid('2')
    #5 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Automator.php(407): Contao\News->getSearchablePages(Array, '1', true, 'de')
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Automator.php(256): Contao\Automator->generateSitemap()
    #7 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/PurgeData.php(77): Contao\Automator->generateXmlFiles()
    #8 /kunden/190352_24103/webseiten/neu/system/modules/core/modules/ModuleMaintenance.php(52): Contao\PurgeData->run()
    #9 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/BackendModule.php(98): Contao\ModuleMaintenance->compile()
    #10 /kunden/190352_24103/webseiten/neu/system/modules/core/classes/Backend.php(423): Contao\BackendModule->generate()
    #11 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('maintenance')
    #12 /kunden/190352_24103/webseiten/neu/contao/main.php(20): Contao\BackendMain->run()
    #13 {main}
    [05-Jun-2019 11:03:20 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Unknown column 'j1.gallery_creator' 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.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.et_enable AS author__et_enable, j1.et_activeModules AS author__et_activeModules, j1.et_short AS author__et_short, j1.et_mode AS author__et_mode, j1.et_bemodRef AS author__et_bemodRef, j1.faqs AS author__faqs, j1.faqp AS author__faqp, j1.gc_img_resolution AS author__gc_img_resolution, j1.gc_img_quality AS author__gc_img_quality, j1.gc_be_uploader_template AS author__gc_be_uploader_template, j1.gallery_creator AS author__gallery_creator, j1.gallery_creatorp AS author__gallery_creatorp, 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='84' AND tl_article.inColumn='main' AND (tl_article.start='' OR tl_article.start<='1559725380') AND (tl_article.stop='' OR tl_article.stop>'1559725440') AND tl_article.published='1' ORDER BY tl_article.sorting)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(1095): Contao\Database\Statement->execute(Array)
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(965): Contao\Model::find(Array)
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/models/ArticleModel.php(232): Contao\Model::findBy(Array, Array, Array)
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Controller.php(242): Contao\ArticleModel::findPublishedByPidAndColumn('84', 'main')
    #5 /kunden/190352_24103/webseiten/neu/system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule('0', 'main')
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true)
    #7 /kunden/190352_24103/webseiten/neu/index.php(20): Contao\FrontendIndex->run()
    #8 {main}
    [05-Jun-2019 11:04:02 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Duplicate column name 'gc_albumsPerPage' (ALTER TABLE `tl_module` ADD `gc_albumsPerPage` smallint(5) unsigned NOT NULL default '0';)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database.php(207): Contao\Database\Statement->query('ALTER TABLE `tl...')
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendInstall.php(608): Contao\Database->query('ALTER TABLE `tl...')
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendInstall.php(181): Contao\BackendInstall->adjustDatabaseTables()
    #3 /kunden/190352_24103/webseiten/neu/contao/install.php(20): Contao\BackendInstall->run()
    #4 {main}
    [05-Jun-2019 11:04:21 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Duplicate column name 'gc_albumsPerPage' (ALTER TABLE `tl_module` ADD `gc_albumsPerPage` smallint(5) unsigned NOT NULL default '0';)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database.php(207): Contao\Database\Statement->query('ALTER TABLE `tl...')
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendInstall.php(608): Contao\Database->query('ALTER TABLE `tl...')
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/BackendInstall.php(181): Contao\BackendInstall->adjustDatabaseTables()
    #3 /kunden/190352_24103/webseiten/neu/contao/install.php(20): Contao\BackendInstall->run()
    #4 {main}
    [05-Jun-2019 11:04:36 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Unknown column 'j1.gallery_creator' 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.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.et_enable AS author__et_enable, j1.et_activeModules AS author__et_activeModules, j1.et_short AS author__et_short, j1.et_mode AS author__et_mode, j1.et_bemodRef AS author__et_bemodRef, j1.faqs AS author__faqs, j1.faqp AS author__faqp, j1.gc_img_resolution AS author__gc_img_resolution, j1.gc_img_quality AS author__gc_img_quality, j1.gc_be_uploader_template AS author__gc_be_uploader_template, j1.gallery_creator AS author__gallery_creator, j1.gallery_creatorp AS author__gallery_creatorp, 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='135' AND tl_article.inColumn='main' AND (tl_article.start='' OR tl_article.start<='1559725440') AND (tl_article.stop='' OR tl_article.stop>'1559725500') AND tl_article.published='1' ORDER BY tl_article.sorting)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(1095): Contao\Database\Statement->execute(Array)
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(965): Contao\Model::find(Array)
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/models/ArticleModel.php(232): Contao\Model::findBy(Array, Array, Array)
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Controller.php(242): Contao\ArticleModel::findPublishedByPidAndColumn('135', 'main')
    #5 /kunden/190352_24103/webseiten/neu/system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule('0', 'main')
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true)
    #7 /kunden/190352_24103/webseiten/neu/index.php(20): Contao\FrontendIndex->run()
    #8 {main}
    [05-Jun-2019 11:05:59 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Unknown column 'j1.gallery_creator' 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.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.et_enable AS author__et_enable, j1.et_activeModules AS author__et_activeModules, j1.et_short AS author__et_short, j1.et_mode AS author__et_mode, j1.et_bemodRef AS author__et_bemodRef, j1.faqs AS author__faqs, j1.faqp AS author__faqp, j1.gc_img_resolution AS author__gc_img_resolution, j1.gc_img_quality AS author__gc_img_quality, j1.gc_be_uploader_template AS author__gc_be_uploader_template, j1.gallery_creator AS author__gallery_creator, j1.gallery_creatorp AS author__gallery_creatorp, 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='169' AND tl_article.inColumn='main' AND (tl_article.start='' OR tl_article.start<='1559725500') AND (tl_article.stop='' OR tl_article.stop>'1559725560') AND tl_article.published='1' ORDER BY tl_article.sorting)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(1095): Contao\Database\Statement->execute(Array)
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(965): Contao\Model::find(Array)
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/models/ArticleModel.php(232): Contao\Model::findBy(Array, Array, Array)
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Controller.php(242): Contao\ArticleModel::findPublishedByPidAndColumn('169', 'main')
    #5 /kunden/190352_24103/webseiten/neu/system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule('0', 'main')
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true)
    #7 /kunden/190352_24103/webseiten/neu/index.php(20): Contao\FrontendIndex->run()
    #8 {main}
    [05-Jun-2019 11:06:32 Europe/Berlin] PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Unknown column 'j1.gallery_creator' 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.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.et_enable AS author__et_enable, j1.et_activeModules AS author__et_activeModules, j1.et_short AS author__et_short, j1.et_mode AS author__et_mode, j1.et_bemodRef AS author__et_bemodRef, j1.faqs AS author__faqs, j1.faqp AS author__faqp, j1.gc_img_resolution AS author__gc_img_resolution, j1.gc_img_quality AS author__gc_img_quality, j1.gc_be_uploader_template AS author__gc_be_uploader_template, j1.gallery_creator AS author__gallery_creator, j1.gallery_creatorp AS author__gallery_creatorp, 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='175' AND tl_article.inColumn='main' AND (tl_article.start='' OR tl_article.start<='1559725560') AND (tl_article.stop='' OR tl_article.stop>'1559725620') AND tl_article.published='1' ORDER BY tl_article.sorting)' thrown in /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php on line 295
    #0 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query()
    #1 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(1095): Contao\Database\Statement->execute(Array)
    #2 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Model.php(965): Contao\Model::find(Array)
    #3 /kunden/190352_24103/webseiten/neu/system/modules/core/models/ArticleModel.php(232): Contao\Model::findBy(Array, Array, Array)
    #4 /kunden/190352_24103/webseiten/neu/system/modules/core/library/Contao/Controller.php(242): Contao\ArticleModel::findPublishedByPidAndColumn('175', 'main')
    #5 /kunden/190352_24103/webseiten/neu/system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule('0', 'main')
    #6 /kunden/190352_24103/webseiten/neu/system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true)
    #7 /kunden/190352_24103/webseiten/neu/index.php(20): Contao\FrontendIndex->run()
    #8 {main}
    Kann mir jemand einen Tipp geben, was ich machen muss? Ich habe auch versucht, über das Installtool die Datenbank zu aktualiseren, das führt aber ebenfalls zu einem Abbruch.

    EDIT: Das Problem hat sich gelöst, indem ich die GC-Erweiterung nun einfach komplett gelöscht habe. Sorry für den sinnlosen Post, kann also gerne gelöscht werden.
    Geändert von DePeder23 (05.06.2019 um 10:34 Uhr)

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
  •