Hi,
This should be an easy one...
I'm trying to get 'moregroupware' set up.
I'm getting an error saying that the Database isn't empty, upgrades aren't supported yet.
In the archives of the users support mailing list there is the following message: "I get this annoying message when I try to install the new 0.6.7 build...
following errors occurred: - There are tables from a previous version
in the database. Upgrade is not supported at the moment. *
Reply: " The error is produced by this piece of code in
setup/inc/save_settings.inc.php
/* check if the database is empty */
if (count($conn->MetaTables())>0) {
$dberrorarray[] = getLanguageString("err_oldtable");
}
Clearly /* and */ comment out but where do I put the /* and the*/? Whatever I try messes up the script.
Thanks!
Simon
London Uk