Seite 1 von 1

Fehler im Log nach Guestbook-Deinstallation

Verfasst: So 19. Nov 2006, 20:46
von PC_mobil
Hallo,

ich habe auf meinem System versucht das VP-Guestbook zu installieren. Leider haben aber ein paar Sachen nicht so funktioniert, wie ich mir das vorstellte und so habe ich das Modul wieder entfernt.

Seitdem überschlägt sich aber mein Fehler-Log.

Code: Alles auswählen

[19-Nov-2006 20:40:24] /1835-2007/cms/front_content.php?idcat=5 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='generator' AND name='basehref'
[19-Nov-2006 20:40:24] /1835-2007/cms/front_content.php?idcat=5 next_record called with no query pending.
[19-Nov-2006 20:40:26] /1835-2007/cms/front_content.php?idcat=4 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='generator' AND name='basehref'
[19-Nov-2006 20:40:26] /1835-2007/cms/front_content.php?idcat=4 next_record called with no query pending.
[19-Nov-2006 20:40:26] /1835-2007/cms/front_content.php?idart=32&idcat=14&lang=1 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='generator' AND name='basehref'
[19-Nov-2006 20:40:26] /1835-2007/cms/front_content.php?idart=32&idcat=14&lang=1 next_record called with no query pending.
[19-Nov-2006 20:40:29] /1835-2007/contenido/frameset.php?area=system&contenido=aefa69010b153ac78efeda2b8a63d8e6 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='backend' AND name='leftframewidth'
[19-Nov-2006 20:40:29] /1835-2007/contenido/frameset.php?area=system&contenido=aefa69010b153ac78efeda2b8a63d8e6 next_record called with no query pending.
[19-Nov-2006 20:41:26] /1835-2007/cms/front_content.php?idcat=3 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='generator' AND name='basehref'
[19-Nov-2006 20:41:26] /1835-2007/cms/front_content.php?idcat=3 next_record called with no query pending.
[19-Nov-2006 20:41:28] /1835-2007/cms/front_content.php?idcat=4 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='generator' AND name='basehref'
[19-Nov-2006 20:41:28] /1835-2007/cms/front_content.php?idcat=4 next_record called with no query pending.
[19-Nov-2006 20:41:28] /1835-2007/cms/front_content.php?idart=32&idcat=14&lang=1 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='generator' AND name='basehref'
[19-Nov-2006 20:41:28] /1835-2007/cms/front_content.php?idart=32&idcat=14&lang=1 next_record called with no query pending.
[19-Nov-2006 20:41:32] /1835-2007/contenido/frameset.php?area=system&contenido=aefa69010b153ac78efeda2b8a63d8e6 MySQL error 0: 
SELECT value FROM 18352007_system_prop WHERE type='backend' AND name='leftframewidth'
[19-Nov-2006 20:41:32] /1835-2007/contenido/frameset.php?area=system&contenido=aefa69010b153ac78efeda2b8a63d8e6 next_record called with no query pending.
Kann mir da jmd. helfen? Fehler entstehen, egal ob ich mich im Backend bewege, oder Seiten im Frontend aufgerufen werden.
Das System lief vorher problemlos.
Besten Dank schon einmal für Hilfestellungen.

Gruß PC_mobil

Verfasst: So 19. Nov 2006, 21:38
von Dodger77
Das sieht nicht so aus als hätte das etwas mit dem Modul zu tun. Welche PHP-Version wird denn auf dem Server genutzt?

Das könnte evtl. das hier sein:

http://www.contenido.org/forum/viewtopi ... ysql+error

Siehe auch KNOWNBUGS.txt:
- If using earlier PHP 4 versions (like the version provided with the WAMP
version) it may not be possible to see or define system properties
(Administration -> System -> System Settings), you may get error messages
and/or using or storing system settings may not work. This is a PHP bug.

Solution: Place in main.php, frameset.php, frameset_left.php and
frameset_right.php below $db = new DB_Contenido; the following line:
$db_systemprop = new DB_Contenido;

Verfasst: So 19. Nov 2006, 22:51
von PC_mobil
Hi Doger77,

erstmals vielen Dank. Ist eine ältere 4er Version auf dem System.
Das Einfügen hat leider nichts geholfen.
Bin nur etwas überrascht, da ich denke, dass der Fehler früher nicht da war. Arbeite seit 3-4 Tagen an dem neu aufgesetzten System und bis jetzt war eigentlich nichts großes im Log. Wobei ich ihn auch nicht so genau beobachtet habe.Ach ja habe die 2. Sprache gelöscht.
Kann es damit zusammenhängen?

Gruß PC_mobil

Verfasst: Mo 20. Nov 2006, 00:28
von HerrB
Nein, vermutlich nicht. Dann kannst Du alle $db_systemprop durch $db ersetzen - das sollte helfen (Sicherung der Contenido-Dateien ist eine gute Idee).

Gruß
HerrB

Verfasst: Di 21. Nov 2006, 11:30
von PC_mobil
das Ersetzen hat geholfen.
Besten Dank!!

Gruß PC_mobil