LogFile Probleme nach Server-Umzug zu STRATO

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
duffy
Posts: 16
Joined: Wed 18. Aug 2004, 10:56

LogFile Probleme nach Server-Umzug zu STRATO

Post by duffy »

Hallo,

habe meine Seite 1.1 RC4 auf einen STRATO V-Server umgezogen.

OS: Linux (Linux h1322469 2.6.9-023stab043.1-smp #1 SMP Mon Mar 5 16:38:22 MSK 2007 i686)
MySQL-Version: 5.0.18
PHP-Version: 5.1.2 Speicher: 32 MB (Safemode)

Nach aussen sieht die Seite auch aus wie sie soll.

http://www.bh-online.de

Allerdings ballert es mir seit dem Umzug das ERROR-Logfile des Servers zu.
(ca. 500-700MB jeden Tag)
Ich habe auch mal eine komplett neue 1.1RC4 installiert aber auch hier die selben Probleme.

Hier mal die Fehlermeldungen:

[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined offset: 18 in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 930
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: row_norm_border in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 480
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: row_norm_height in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 481
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: row_norm_height in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 482
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: row_norm_width in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 483
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: row_norm_cspace in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 487
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: row_norm_cpad in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 488
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: cell_border in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 480
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: cell_cspace in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 487
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined index: cell_cpad in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 488
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2007] [error] [client 89.48.107.108] PHP Notice: Undefined variable: _SESSION in /srv/www/vhosts/bh-online.de/httpdocs/wcms/include/inc_front/front.func.inc.php on line 879
[Mon Aug 20 19:47:44 2 usw. - immer wieder die gleichen Zeilen

Danke schon jetzt für Eure Hilfe

Grüße

Duffy
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Hallo,

Bei einem Provider solltest du den bitten folgende Änderung in der php.ini vorznehmen:

Code: Select all

error_reporting = E_ALL & ~E_NOTICE
Sollte es dein eigener Server sein (su schreibst Serverumzug) benötigst du root Rechte.

Möglicherweise gibt es noch andere Methoden mittels .htaaccess Dateien, kann aber sehr aufwändig sein.
duffy
Posts: 16
Joined: Wed 18. Aug 2004, 10:56

Post by duffy »

Hallo,

danke für den Tipp - aber schalte ich da die Meldungen nur aus oder ist damit das Problem auch gelöst ?

Danke und Grüße

Duffy
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Nein, ist es nicht. Warum ist es das nicht ? Weil es keines gibt ;)

Der Befehl sagt so in etwa: Keine weiteren Hinweise bitte, lediglich richtige Errormeldungen. Das ist standardmäßig so in den meisten PHP Kompilaten.

Dir entgeht also nichts, wenn da etwas faul ist.
duffy
Posts: 16
Joined: Wed 18. Aug 2004, 10:56

Post by duffy »

Hallo,

hab mal den Eintrag erstellt und den Server neu gestartet und
siehe da das Logfile bleibt leer. :D - Danke

Aber nun doch noch eine Frage:

Wieso ist es kein Fehler - wenn doch im Error-Log steht das was fehlt oder
nicht definiert ist. Sorry bin leider kein Profi in Sachen PHP und Apache :(


nochmals vielen Dank und Grüße

Duffy
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Moin


weil es kein Fehler ist eine Variable zu deklarieren, reservieren ohne sie zu definieren. Würde man sie später weiterverwenden ... dann kommt der satte Error...... es sind eben nur Hinweise.

Eher wichtig für den, der das System ändern will.
Post Reply