Ergebnis 1 bis 8 von 8

Thema: Modul Dependencies wiederherstellen ?

  1. #1
    Contao-Fan
    Registriert seit
    11.06.2013.
    Beiträge
    709

    Standard Modul Dependencies wiederherstellen ?

    Hallo zusammen
    Ich habe bei den Einstellungen die Erweiterungen teilweise deaktiviert, da ich nachd em Ausschlussprinzip gehen wollte, welche Erweiterung meine INstallation stört.

    Nun habe ich eine Erweiterung wieder aktivieren wollen und habe nun nachfolgende Meldung im Frontend.

    The module dependencies could not be resolved.

    Array
    (
    [changelanguage] => Array
    (
    [0] => core
    [1] => haste
    [2] => multicolumnwizard
    [6] => news
    )

    )

    Wie kann ich da wieder darauf zugreifen, dass ich dies in den Einstellungen im Backend entsprechend machen kann ? Ich komme weder über das Backend noch über Installtool auf die Seite.

    Vielen Dank und Grüsse
    Michi

  2. #2
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.557
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Lösche unter system/modules in den entsprechenden Erweiterungsverzeichnissen für haste bzw. multicolumnwizard die .skip Datei.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  3. #3
    Contao-Fan
    Registriert seit
    11.06.2013.
    Beiträge
    709

    Standard

    Vielen Dank.... Ich komme schon mal wieder rein, aber wenn ich nun im Backend auf die Einstellungen klicken will, dann erscheint folgende Fehlermeldung:

    http://www.holiday-in-leukerbad.ch/c...s&ref=bcb18605

    Code:
    Warning: in_array() expects parameter 2 to be array, null given in system\modules\core\library\Contao\System.php on line 140
    
    #0 [internal function]: __error(2, 'in_array() expe...', 'D:\\www\\www581\\s...', 140, Array)
    #1 system\modules\core\library\Contao\System.php(140): in_array('getInstance', NULL)
    #2 system\modules\core\library\Contao\DcaLoader.php(101): Contao\System->import('Haste\\Dca\\DateR...')
    #3 system\modules\core\library\Contao\Controller.php(1319): Contao\DcaLoader->load(false)
    #4 system\modules\core\classes\Backend.php(376): Contao\Controller::loadDataContainer('tl_settings')
    #5 system\modules\core\controllers\BackendMain.php(131): Contao\Backend->getBackendModule('settings')
    #6 contao\main.php(20): Contao\BackendMain->run()
    #7 {main}
    
    
    Fatal error: Uncaught exception Error with message Class 'Haste\Dca\DateRangeFilter' not found thrown in system\modules\core\library\Contao\System.php on line 140
    
    #0 system\modules\core\library\Contao\DcaLoader.php(101): Contao\System->import('Haste\\Dca\\DateR...')
    #1 system\modules\core\library\Contao\Controller.php(1319): Contao\DcaLoader->load(false)
    #2 system\modules\core\classes\Backend.php(376): Contao\Controller::loadDataContainer('tl_settings')
    #3 system\modules\core\controllers\BackendMain.php(131): Contao\Backend->getBackendModule('settings')
    #4 contao\main.php(20): Contao\BackendMain->run()
    #5 {main}
    Im Frontend sieht die Fehlermeldung dann so aus:
    Code:
    Warning: in_array() expects parameter 2 to be array, null given in system\modules\core\library\Contao\System.php on line 140
    
    #0 [internal function]: __error(2, 'in_array() expe...', 'D:\\www\\www581\\s...', 140, Array)
    #1 system\modules\core\library\Contao\System.php(140): in_array('getInstance', NULL)
    #2 system\modules\core\library\Contao\DcaLoader.php(101): Contao\System->import('Haste\\Dca\\DateR...')
    #3 system\modules\core\library\Contao\Controller.php(1319): Contao\DcaLoader->load(false)
    #4 system\modules\core\library\Contao\DcaExtractor.php(382): Contao\Controller::loadDataContainer('tl_session')
    #5 system\modules\core\library\Contao\DcaExtractor.php(128): Contao\DcaExtractor->createExtract()
    #6 system\modules\core\library\Contao\DcaExtractor.php(144): Contao\DcaExtractor->__construct('tl_session')
    #7 system\modules\core\library\Contao\Model\QueryBuilder.php(32): Contao\DcaExtractor::getInstance('tl_session')
    #8 system\modules\core\library\Contao\Model.php(1239): Contao\Model\QueryBuilder::find(Array)
    #9 system\modules\core\library\Contao\Model.php(1074): Contao\Model::buildFindQuery(Array)
    #10 system\modules\core\library\Contao\Model.php(930): Contao\Model::find(Array)
    #11 system\modules\core\models\SessionModel.php(82): Contao\Model::findOneBy(Array, Array, Array)
    #12 system\modules\core\classes\Frontend.php(535): Contao\SessionModel::findByHashAndName('7c2f6d888e6c2da...', 'BE_USER_AUTH')
    #13 system\modules\core\controllers\FrontendIndex.php(35): Contao\Frontend->getLoginStatus('BE_USER_AUTH')
    #14 index.php(19): Contao\FrontendIndex->__construct()
    #15 {main}
    
    
    Fatal error: Uncaught exception Error with message Class 'Haste\Dca\DateRangeFilter' not found thrown in system\modules\core\library\Contao\System.php on line 140
    
    #0 system\modules\core\library\Contao\DcaLoader.php(101): Contao\System->import('Haste\\Dca\\DateR...')
    #1 system\modules\core\library\Contao\Controller.php(1319): Contao\DcaLoader->load(false)
    #2 system\modules\core\library\Contao\DcaExtractor.php(382): Contao\Controller::loadDataContainer('tl_session')
    #3 system\modules\core\library\Contao\DcaExtractor.php(128): Contao\DcaExtractor->createExtract()
    #4 system\modules\core\library\Contao\DcaExtractor.php(144): Contao\DcaExtractor->__construct('tl_session')
    #5 system\modules\core\library\Contao\Model\QueryBuilder.php(32): Contao\DcaExtractor::getInstance('tl_session')
    #6 system\modules\core\library\Contao\Model.php(1239): Contao\Model\QueryBuilder::find(Array)
    #7 system\modules\core\library\Contao\Model.php(1074): Contao\Model::buildFindQuery(Array)
    #8 system\modules\core\library\Contao\Model.php(930): Contao\Model::find(Array)
    #9 system\modules\core\models\SessionModel.php(82): Contao\Model::findOneBy(Array, Array, Array)
    #10 system\modules\core\classes\Frontend.php(535): Contao\SessionModel::findByHashAndName('7c2f6d888e6c2da...', 'BE_USER_AUTH')
    #11 system\modules\core\controllers\FrontendIndex.php(35): Contao\Frontend->getLoginStatus('BE_USER_AUTH')
    #12 index.php(19): Contao\FrontendIndex->__construct()
    #13 {main}
    Geändert von xchs (23.04.2019 um 00:12 Uhr) Grund: Code-Tags

  4. #4
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.557
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Vermutlich hast Du den NamespaceClassLoader ebenfalls deaktiviert. Hier müsstest Du das gleiche machen, wie gerade eben, nämlich die .skip Datei löschen.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  5. #5
    Contao-Fan
    Registriert seit
    11.06.2013.
    Beiträge
    709

    Standard

    Das ist sehr gut möglich, aber so eine Erweiterungen finde ich bei den Modulen nicht.... Wo ist der "versteckt" ?

  6. #6
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.557
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Müsste eigentlich hier sein: system/modules/_autoload
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  7. #7
    Contao-Fan
    Registriert seit
    11.06.2013.
    Beiträge
    709

    Standard

    Vielen Dank, es klappt wieder, komme wieder rein.
    Gibt es eine Übersicht, welche Erweiterungen nicht deaktiviert und wieder aktiviert werden sollen bei den Einstellungen, dass es so ein Fall wie oben nicht mehr gibt ?

  8. #8
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.557
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Das kann Dir im Prinzip immer passieren, wenn Du Erweiterungen deaktivierst, bei denen es auch Abhängigkeiten zu anderen Erweiterungen gibt. Eine Übersicht oder so gibt es da nicht. Man kann sich aber im Erweiterungskatalog ansehen, welche Abhängigkeiten bestehen.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

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
  •