Search found 1 match

by Snoopy
Fri Apr 07, 2006 7:28 pm
Forum: Installation
Topic: Fatal Error 'redeclare serendipity_db_update() '
Replies: 3
Views: 2891

Re: Fatal Error 'redeclare serendipity_db_update() '

I hade the same error on a windows system !
- you can do the following:

edit the file functions_installer.inc.php at line 723

before:
$serendipity['dbType'] = $_POST['dbType'];
// Probe database
// (do it after the dir stuff, as we need to be able to create the sqlite database)
@include_once ...