Page 1 of 1

set debug mode in database

Posted: Sun Apr 17, 2011 8:56 am
by msuess
hi,

i´ve transfered my blog to a new server and now i got the error message -> http://www.matthiassuess.de/blog/ ... where can i set sy9 to debug mode (command line sql) in order to see more on this cgi problem?

thanx in advance

Re: set debug mode in database

Posted: Sun Apr 17, 2011 9:22 am
by Timbalu
I see you solved you global issue, but still having problems with archives display....
To debug you can temporary set

Code: Select all

$serendipity['production'] = true;
in serendipity _config.inc.php to have all php errors (E_ALL), just between normal $serendipity['production'] and error_reporting settings ~ line 52.
To the archives issue proof your htaccess and admin panel setting about path variables if they corespondent to the former blog settings.

Re: set debug mode in database

Posted: Sun Apr 17, 2011 9:59 am
by msuess
Thanx You!

The most spooky error was in the default (?) .htaccess ->

This three lines have to be deleted

#SPAMDENY
Deny From
#/SPAMDENY

Re: set debug mode in database

Posted: Sun Apr 17, 2011 11:56 am
by Timbalu
This looks like you were using spamblock plugins ip deny settings, check this to turn to false too.