set debug mode in database

Having trouble installing serendipity?
Post Reply
msuess
Regular
Posts: 27
Joined: Tue Jan 08, 2008 9:53 pm
Location: Schwandorf
Contact:

set debug mode in database

Post 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
Rel=me seo.ms
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: set debug mode in database

Post 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.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
msuess
Regular
Posts: 27
Joined: Tue Jan 08, 2008 9:53 pm
Location: Schwandorf
Contact:

Re: set debug mode in database

Post by msuess »

Thanx You!

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

This three lines have to be deleted

#SPAMDENY
Deny From
#/SPAMDENY
Rel=me seo.ms
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: set debug mode in database

Post by Timbalu »

This looks like you were using spamblock plugins ip deny settings, check this to turn to false too.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply