Ergebnis 1 bis 10 von 10

Thema: umzug auf Webserver bringt bei Install.php und Login Weisse Seite...

  1. #1
    Contao-Fan Avatar von Gassi
    Registriert seit
    18.11.2009.
    Ort
    Konstanz
    Beiträge
    425

    Standard umzug auf Webserver bringt bei Install.php und Login Weisse Seite...

    Hallo ,

    ich habe versucht meine Contao 3.5.8 Version auf den HostEurope Webserver umzuziehen -jedoch scheitere ich bei der installation. Auf dem Server laufen schon diverse Contao Installationen - auch eine 3.5.8.
    Das passwort zur installation kann ich eingeben - nach absenden- dann weisse Seite.
    Backend Login kann ich eingeben - nach absenden - Weisse Seite.

    Die Fronend Seite wird angezeigt....

    Folgende Fehlermeldungen werden ins log geschrieben:
    Code:
    [17-Mar-2016 13:53:31 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php on line 295
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 295, Array)
    #1 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php(295): header('Content-Type: t...')
    #2 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/classes/BackendTemplate.php(120): Contao\Template->output()
    #3 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(878): Contao\BackendTemplate->output()
    #4 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(107): Contao\BackendInstall->outputAndExit()
    #5 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    
    [17-Mar-2016 13:53:34 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php on line 574
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 574, Array)
    #1 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php(574): setcookie('TL_INSTALL_AUTH', 'f850936b56df67a...', 1458219514, '/Testspace/proj...', '', false, true)
    #2 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(824): Contao\System::setCookie('TL_INSTALL_AUTH', 'f850936b56df67a...', 1458219514, NULL, NULL, false, true)
    #3 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(344): Contao\BackendInstall->setAuthCookie()
    #4 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(94): Contao\BackendInstall->loginUser()
    #5 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    Die localconfig.php ist utf kodiert - das hab ich schon gecheckt.
    PHP 5.6.16 ist auch aktiviert .
    Core only mode in die localconfig hab ich schon drin.
    Display errors auch...
    contao check sagt - das alles in Ordnung ist - 3.5.8 entdeckt!

    Aber immer das gleiche: Weisse Seite

    Mir fällt dazu nichts ein!
    Weiss jemand von euch Rat?!

    Danke und Gruss Gassi
    Geändert von Gassi (17.03.2016 um 12:58 Uhr)

  2. #2
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Schalte doch mal Fehlermeldungen in der localconfig.php an...dann ist die Seite nicht mehr weiß sondern liefert eine Fehlermeldung.

    Zum Thema "weiße Seite" findest du hier im Forum gefühlte 5000 Topics

  3. #3
    Contao-Fan Avatar von Gassi
    Registriert seit
    18.11.2009.
    Ort
    Konstanz
    Beiträge
    425

    Standard

    Hi,
    ja ich weiss - da gibts zu hauf - Aber wie schon gesagt - die Fehlermeldungen sind an- es kommt aber leider nichts- nur das im errorlog!
    Ich kann gerne auch ein Link auf Wunsch durchgeben - hier meine localconfig.php

    <?php

    ### INSTALL SCRIPT START ###
    $GLOBALS['TL_CONFIG']['licenseAccepted'] = true;
    $GLOBALS['TL_CONFIG']['installPassword'] = ''*******';
    $GLOBALS['TL_CONFIG']['encryptionKey'] = ''*******';
    $GLOBALS['TL_CONFIG']['dbDriver'] = 'MySQLi';
    $GLOBALS['TL_CONFIG']['dbHost'] = 'localhost';
    $GLOBALS['TL_CONFIG']['dbUser'] = '*******l';
    $GLOBALS['TL_CONFIG']['dbPass'] = ''*******';
    $GLOBALS['TL_CONFIG']['dbDatabase'] = ''*******';
    $GLOBALS['TL_CONFIG']['dbPconnect'] = false;
    $GLOBALS['TL_CONFIG']['dbCharset'] = 'UTF8';
    $GLOBALS['TL_CONFIG']['dbPort'] = 3306;
    $GLOBALS['TL_CONFIG']['dbSocket'] = '';
    $GLOBALS['TL_CONFIG']['adminEmail'] = 'info@'*******.de';
    $GLOBALS['TL_CONFIG']['latestVersion'] = '3.5.8';
    $GLOBALS['TL_CONFIG']['websiteTitle'] = ''*******';
    $GLOBALS['TL_CONFIG']['dateFormat'] = 'd.m.Y';
    $GLOBALS['TL_CONFIG']['datimFormat'] = 'd.m.Y H:i';
    $GLOBALS['TL_CONFIG']['maxImageWidth'] = 1980;
    $GLOBALS['TL_CONFIG']['jpgQuality'] = 95;
    $GLOBALS['TL_CONFIG']['maxFileSize'] = 9948000;
    $GLOBALS['TL_CONFIG']['imageWidth'] = 1980;
    $GLOBALS['TL_CONFIG']['imageHeight'] = 1280;
    $GLOBALS['TL_CONFIG']['sessionTimeout'] = 9600;
    $GLOBALS['TL_CONFIG']['maintenanceMode'] = false;
    $GLOBALS['TL_CONFIG']['dk_cfsUsageMode'] = 'advanced';
    $GLOBALS['TL_CONFIG']['dk_cfsTriggerMode'] = 'readyLoad';
    $GLOBALS['TL_CONFIG']['repository_unsafe_catalog'] = true;
    $GLOBALS['TL_CONFIG']['dk_cfsOnWindowResize'] = 'debounce';
    $GLOBALS['TL_CONFIG']['dk_cfsImageLoader'] = true;
    $GLOBALS['TL_CONFIG']['dk_cfsTransition'] = true;
    $GLOBALS['TL_CONFIG']['dma_eg_content'] = 'a:2:{s:5:"media";a:1:{i:0;s:1:"1";}s:5:"texts";a: 1:{i:0;s:1:"2";}}';
    $GLOBALS['TL_CONFIG']['dma_eg_modules'] = 'a:0:{}';
    $GLOBALS['TL_CONFIG']['installCount'] = 0;
    $GLOBALS['TL_CONFIG']['coreOnlyMode'] = false;
    $GLOBALS['TL_CONFIG']['displayErrors'] = true;
    ### INSTALL SCRIPT STOP ###


    Danke und Gruss
    Gassi

  4. #4
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Mach mal $GLOBALS['TL_CONFIG']['coreOnlyMode'] = true; bzw. mach den Contao Check. Vielleicht stimmt hier etwas grundsätzliich an der Serverconfig etwas nicht. PHP >= 5.4 ist es aber oder?

  5. #5
    Contao-Fan Avatar von Gassi
    Registriert seit
    18.11.2009.
    Ort
    Konstanz
    Beiträge
    425

    Standard

    Hey,
    ist
    php 5.6

    Coreonlymode bringt leider auch nichts

    Kann man irgendwie die ganzen zusätzlichen Module abschalten?!

    Danke und Gruss
    Gassi
    Geändert von Gassi (17.03.2016 um 17:03 Uhr)

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

    Standard

    Zitat Zitat von Gassi Beitrag anzeigen
    Folgende Fehlermeldungen werden ins log geschrieben:
    Code:
    [17-Mar-2016 13:53:31 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php on line 295
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 295, Array)
    #1 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php(295): header('Content-Type: t...')
    #2 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/classes/BackendTemplate.php(120): Contao\Template->output()
    #3 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(878): Contao\BackendTemplate->output()
    #4 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(107): Contao\BackendInstall->outputAndExit()
    #5 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    
    [17-Mar-2016 13:53:34 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php on line 574
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 574, Array)
    #1 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php(574): setcookie('TL_INSTALL_AUTH', 'f850936b56df67a...', 1458219514, '/Testspace/proj...', '', false, true)
    #2 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(824): Contao\System::setCookie('TL_INSTALL_AUTH', 'f850936b56df67a...', 1458219514, NULL, NULL, false, true)
    #3 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(344): Contao\BackendInstall->setAuthCookie()
    #4 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(94): Contao\BackendInstall->loginUser()
    #5 /is/htdocs/wp1140763_71ZTH1OPYN/www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    Das sind nur Folgefehler. Die eigentlich Fehlermeldung hast du nicht gepostet.

  7. #7
    Contao-Urgestein
    Registriert seit
    20.09.2012.
    Ort
    Lüneburger Heide
    Beiträge
    1.995
    Partner-ID
    12207
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Kann man irgendwie die ganzen zusätzlichen Module abschalten?!
    Hi,

    du kannst in jede nicht gewünschte Erweiterung eine .skip Datei reinlegen.
    Dann werden diese nicht geladen.

    Gruß
    tschero
    Autodidakt und HobbyWebdesigner

    www.webdesign24.biz
    Screencasts zu Contao

  8. #8
    Contao-Fan Avatar von Gassi
    Registriert seit
    18.11.2009.
    Ort
    Konstanz
    Beiträge
    425

    Standard

    Hallo,

    ich habe in jedem installierten Modul die .skip datei eingebaut - nichts gebracht.
    Core only mode - erfolglos
    Contao Check - Alles korrekt!
    Templates mal rausgeschmissen - falls da ein FEhler drin sein sollte - auch nichts

    Hier mal das Errorlog nachdem ich es gelöscht habe - und einmal eine Backendanmeldung versucht habe - und einmal die Install.php

    Code:
    [18-Mar-2016 13:56:18 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs//www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php on line 574
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 574, Array)
    #1 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php(574): setcookie('BE_USER_AUTH', 'f89830dd728b7f5...', 1458315378, '/Testspace/proj...', '', false, true)
    #2 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/User.php(568): Contao\System::setCookie('BE_USER_AUTH', 'f89830dd728b7f5...', 1458315378, NULL, NULL, false, true)
    #3 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/User.php(435): Contao\User->generateSession()
    #4 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendIndex.php(37): Contao\User->login()
    #5 /is/htdocs//www/web_gadesko/Testspace/proj2/contao/index.php(19): Contao\BackendIndex->__construct()
    #6 {main}
    
    [18-Mar-2016 13:56:21 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs//www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php on line 574
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 574, Array)
    #1 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php(574): setcookie('BE_USER_AUTH', 'f89830dd728b7f5...', 1458315381, '/Testspace/proj...', '', false, true)
    #2 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/User.php(568): Contao\System::setCookie('BE_USER_AUTH', 'f89830dd728b7f5...', 1458315381, NULL, NULL, false, true)
    #3 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/User.php(435): Contao\User->generateSession()
    #4 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendIndex.php(37): Contao\User->login()
    #5 /is/htdocs//www/web_gadesko/Testspace/proj2/contao/index.php(19): Contao\BackendIndex->__construct()
    #6 {main}
    
    [18-Mar-2016 13:56:25 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs//www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php on line 294
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 294, Array)
    #1 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php(294): header('Vary: User-Agen...', false)
    #2 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/classes/BackendTemplate.php(120): Contao\Template->output()
    #3 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(878): Contao\BackendTemplate->output()
    #4 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(107): Contao\BackendInstall->outputAndExit()
    #5 /is/htdocs//www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    
    [18-Mar-2016 13:56:25 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs//www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php on line 295
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 295, Array)
    #1 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/Template.php(295): header('Content-Type: t...')
    #2 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/classes/BackendTemplate.php(120): Contao\Template->output()
    #3 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(878): Contao\BackendTemplate->output()
    #4 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(107): Contao\BackendInstall->outputAndExit()
    #5 /is/htdocs//www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    
    [18-Mar-2016 13:56:27 Europe/Berlin] 
    PHP Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs//www/web_gadesko/Testspace/proj2/system/config/initconfig.php:1) in /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php on line 574
    #0 [internal function]: __error(2, 'Cannot modify h...', '/is/htdocs/wp11...', 574, Array)
    #1 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/library/Contao/System.php(574): setcookie('TL_INSTALL_AUTH', 'f71132c4a2ec635...', 1458306087, '/Testspace/proj...', '', false, true)
    #2 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(824): Contao\System::setCookie('TL_INSTALL_AUTH', 'f71132c4a2ec635...', 1458306087, NULL, NULL, false, true)
    #3 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(344): Contao\BackendInstall->setAuthCookie()
    #4 /is/htdocs//www/web_gadesko/Testspace/proj2/system/modules/core/controllers/BackendInstall.php(94): Contao\BackendInstall->loginUser()
    #5 /is/htdocs//www/web_gadesko/Testspace/proj2/contao/install.php(24): Contao\BackendInstall->run()
    #6 {main}
    So eine hartnäckiges Biest hatte ich bisher noch nie- und so riesig ist die Seite nicht einmal....

    Danke und Gruss
    Gasssi

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

    Standard

    Ah, es liegt an deiner initconfig.php - die ist korrupt, oder als UTF-8 w/ BOM abgespeichert.

  10. #10
    Contao-Fan Avatar von Gassi
    Registriert seit
    18.11.2009.
    Ort
    Konstanz
    Beiträge
    425

    Standard

    Spoooooookyyyy - you made my Day!!!!!
    Danke -dat wars !!! Weiss der Geier wieso die Datei nicht in UTF-8 abgespeichert war.... mann o mann

    Vielen dank auch an die anderen ..... TOP!!!

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
  •