From: Kevin <ke...@dr...> - 2006-05-18 19:05:07
|
> On 5/18/06, Kevin <ke...@dr...> wrote: >> >> > On 5/18/06, Kevin <ke...@dr...> wrote: >> >> >> >> Which revision is it? I made changes to view.php recently and the >> line >> >> numbers don't match up. >> >> Try changing/adding this line in config.php. It is most likely throwi= ng >> a >> database error and we're thinking it succeeded. >> >> define('FOF_DB_DEBUG', true); > > Now when I try to login I get the below error: > > (mysql): SELECT name, value FROM fr_config > Error (0): > > Warning: Cannot modify header information - headers already sent by > (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 21 Hmm. this will require some timing. * disable debug in config.php * login and go to the page that throws the error in view.php line 83 * enable debug in config.php * refresh the page and see what it prints out. I'm interested in non-zer= o error codes after it prints out an sql query. "Error (NNN): something blew up..." -- Kevin |