Seite 1 von 1

Systemeinstellungen werde nicht gespeichert

Verfasst: Fr 30. Mär 2007, 15:42
von Dinkel
Also vorab: ich verwende die Version 4.6.15 mod_rewrite

irgendwie speichert das System keine Daten unter "Administration -> System -> Systemeinstellungen". Es wird auch nichts angezeigt. In der Datenbank in der Tabelle con_system_prop sind aber Einträge (von dem frontenduser-plugin). Wenn ich im Errorlog schaue, dann sehe ich folgendes:

Code: Alles auswählen

[30-Mar-2007 16:42:38] /contenido/main.php?area=system_settings&frame=4&idcat=&contenido=02139d905f231ba053e202c2593be69f MySQL error 0: 
SELECT type, name, value FROM con_system_prop ORDER BY type ASC, name ASC, value ASC
[30-Mar-2007 16:42:38] /contenido/main.php?area=system_settings&frame=4&idcat=&contenido=02139d905f231ba053e202c2593be69f next_record called with no query pending.
Ideen?

Verfasst: Fr 30. Mär 2007, 15:48
von Dodger77
http://www.contenido.org/forum/viewtopi ... highlight=

Dort dürfte alles wichtige verlinkt sein bzw. drinstehen.

Verfasst: Fr 30. Mär 2007, 15:56
von Dinkel
Lösung:

- 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;