You seem to have entered "\" in your path configuration. Only use "/" forward slashes in your config.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
<?php
/*
Serendipity configuration file
Written on Wed, 11 May 2005 19:35:51 -0500
*/
$serendipity['versionInstalled'] = '0.8';
$serendipity['dbName'] = 'sd_blog';
$serendipity['dbPrefix'] = 'serendipity_';
$serendipity['dbHost'] = 'localhost';
$serendipity['dbUser'] = 'sd_blog';
$serendipity['dbPass'] = 'sd_blog1';
$serendipity['dbType'] = 'postgres';
$serendipity['dbPersistent'] = false;
// End of Serendipity configuration file
// You can place your own special variables after here:
?>
I can't seem to find the path in any of the *.php or *.php.inc files.