[SOLVED] Gallery Stuck in Debug

podexperfectussum

Joined: 2005-01-26
Posts: 3
Posted: Wed, 2005-01-26 23:15

I've managed to get gallery stuck in debug mode somehow and I can't get it out. I've tried specifying immediate, then buffered, then false and that didn't fix it, I upgraded from the apha4 release to the latest nightly CVS and that did nothing. this all started when I was reading topics here trying to get netpbm or imagemagick to work. I set debug to buffered to see if there were any outstanding errors (which I have, but that's another problem for another topic I think). when I turned debug back to false, it gallery still behaves like it's in debug mode (won't redirect, smarty pops up. etc) but there's no debug output.

I'll attach an abbridged config.php:

Quote:
<?php
$gallery->setConfig('data.gallery.base', 'E:\\iis_root\\girls\\g2data');
$gallery->setDebug('false');
$gallery->setProfile(false);
$gallery->setConfig('mode.embed.only', false);
?>

----

Gallery URL (optional): http://girls.clandestineresearch.com/
Gallery version: .8.11?
Webserver (with version): IIS6
Datatabase (with version): MySQL 4.0.18
PHP version (eg 4.2.1): 4.3.10
phpinfo URL (optional): http://girls.clandestineresearch.com/php.php
Graphics Toolkit(s): GD2
Operating system: Windows Sever 2003
Web browser/version: Opera 8 Beta

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-01-26 23:34

false without quotes

 
podexperfectussum

Joined: 2005-01-26
Posts: 3
Posted: Wed, 2005-01-26 23:42

I must've done that when I was playing with output to a log file.

this is why I'll never become a programmer.