From: Kevin <ke...@dr...> - 2006-06-27 18:55:17
|
> On 6/27/06, Kevin <ke...@dr...> wrote: >> >> >> I can't reproduce. Please turn on DB debug to see if the db is throwi= ng >> an error when it updates those fields. >> >> >> -- >> Kevin > > > Going to the option page with debug turned on displays the following > errors: > > (mysql): SELECT name, value FROM fr_config > Error (0): > > *Warning*: session_start(): Cannot send session cache limiter - headers > already sent (output started at > /var/www/fofredux_0.4-dev/adodb_lite/adodb.inc.php:307) in * > /var/www/fofredux_0.4-dev/header.php* on line *18* > > *Warning*: Cannot modify header information - headers already sent by > (output started at /var/www/fofredux_0.4-dev/adodb_lite/adodb.inc.php:3= 07) > in */var/www/fofredux_0.4-dev/header.php* on line *88* > > > then when trying to save new values to the "how many days to keep read > posts" and "number of posts to show per page in paged mode" the followi= ng > errors are displayed: > > (mysql): SELECT name, value FROM fr_config > Error (0): > > (mysql): INSERT INTO fr_config (name, value) > VALUES('page.posts_per','100') > Error (1062): Duplicate entry 'page.posts_per' for key 1 > > (mysql): INSERT INTO fr_config (name, value) > VALUES('global.keep_days','14') > Error (1062): Duplicate entry 'global.keep_days' for key 1 > > *Warning*: Cannot modify header information - headers already sent by > (output started at /var/www/fofredux_0.4-dev/adodb_lite/adodb.inc.php:3= 07) > in */var/www/fofredux_0.4-dev/options.php* on line *57* Excellent. Perfect. Perfectly broken... At least I know what's happening now. Strange thing is, this works on Postgresql. --=20 Kevin |