Ergebnis 1 bis 5 von 5

Thema: [SOS] Weiße Seite nach Aufbau Cache

  1. #1
    Contao-Nutzer
    Registriert seit
    26.12.2010.
    Beiträge
    67

    Standard [SOS] Weiße Seite nach Aufbau Cache

    Hallo zusammen,

    bei meiner Contao installation (3.2) gab es den Hinweis, dass ich den Cache aufbauen soll. Als ich auf den Button geklickt hatte, war die Seite Weiß. Nun habe ich sowohl im Front- als auch im Backend eine Weiße Seite komplett ohne Code. Was mache ich nun?

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

    Standard

    schau mal ob es eine Meldung in der Datei system/logs/error.log gibt.
    Ansonsten kannst du vorübergehend die localconfig.php anpassen, suche:
    PHP-Code:
    $GLOBALS['TL_CONFIG']['displayErrors']=false
    und mach draus:
    PHP-Code:
    $GLOBALS['TL_CONFIG']['displayErrors']=true
    und rufe die Seite nochmals auf. Dann sollte auf dem Bildschirm und in der error.log mehr zu sehen sein.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  3. #3
    Contao-Nutzer
    Registriert seit
    26.12.2010.
    Beiträge
    67

    Standard

    Danke schonmal. Error in localconf habe ich aktiviert gehabt. In der error.log steht als letzter Eintrag:

    [02-Mar-2014 17:57:13]
    PHP Warning: include(): Failed opening '/var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/vendor/autoload.php' for inclusion (include_path='.:') in /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php on line 566
    #0 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php(566): __error(2, 'include(): Fail...', '/var/www/vhosts...', 566, Array)
    #1 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php(566): include()
    #2 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/modules/core/library/Contao/Config.php(134): include('/var/www/vhosts...')
    #3 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/modules/core/library/Contao/Config.php(112): Contao\Config->initialize()
    #4 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/initialize.php(139): Contao\Config::getInstance()
    #5 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/index.php(18): require('/var/www/vhosts...')
    #6 {main}

    [02-Mar-2014 17:57:14] PHP Fatal error: Class 'Avisota\Contao\Event\CollectStylesheetsEvent' not found in /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php on line 627
    [02-Mar-2014 18:01:02]
    PHP Warning: include(/var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php on line 566
    #0 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php(566): __error(2, 'include(/var/ww...', '/var/www/vhosts...', 566, Array)
    #1 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php(566): include()
    #2 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/modules/core/library/Contao/Config.php(134): include('/var/www/vhosts...')
    #3 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/modules/core/library/Contao/Config.php(112): Contao\Config->initialize()
    #4 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/initialize.php(139): Contao\Config::getInstance()
    #5 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/index.php(18): require('/var/www/vhosts...')
    #6 {main}

    [02-Mar-2014 18:01:02]
    PHP Warning: include(): Failed opening '/var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/vendor/autoload.php' for inclusion (include_path='.:') in /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php on line 566
    #0 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php(566): __error(2, 'include(): Fail...', '/var/www/vhosts...', 566, Array)
    #1 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php(566): include()
    #2 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/modules/core/library/Contao/Config.php(134): include('/var/www/vhosts...')
    #3 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/modules/core/library/Contao/Config.php(112): Contao\Config->initialize()
    #4 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/initialize.php(139): Contao\Config::getInstance()
    #5 /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/index.php(18): require('/var/www/vhosts...')
    #6 {main}

    [02-Mar-2014 18:01:02] PHP Fatal error: Class 'Avisota\Contao\Event\CollectStylesheetsEvent' not found in /var/www/vhosts/hosting145.af914.netcup.net/httpdocs/system/cache/config/config.php on line 627

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

    Standard

    Sieht recht merkwürdig aus was dort im Cache gesucht wird.
    Da würde ich jetzt erstmal alles unterhalb von system/cache/ löschen, danach sollte der Aufruf erstmal wieder gehen.

    Ist das die neue Avisota2 Beta?
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

  5. #5
    Contao-Nutzer
    Registriert seit
    26.12.2010.
    Beiträge
    67

    Standard

    Zitat Zitat von BugBuster Beitrag anzeigen
    Sieht recht merkwürdig aus was dort im Cache gesucht wird.
    Da würde ich jetzt erstmal alles unterhalb von system/cache/ löschen, danach sollte der Aufruf erstmal wieder gehen.

    Ist das die neue Avisota2 Beta?
    BESTEN DANK - Funktioniert wieder....

    Ich habe alles im Ordner System/Cache gelöscht...

    Und korrekt --> habe heute das neue Avisota2 Beta installiert. Läuft aber auch noch nicht ganz rund (aber ist ja auch noch Beta Status)...

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
  •