View Issue Details

IDProjectCategoryView StatusLast Update
0008125mantisbtinstallationpublic2007-08-02 02:32
Reportergiallu Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Summary0008125: install fails if the database is already present
Description

install.php fails if the database was created prior to running the install procedure like this:

Installing Database
Create database if it does not exist BAD
Does administrative user have access to create the database? ( Can't create database 'demotracker'; database exists )

This looks like a regression introduced in revision 1.32

TagsNo tags attached.

Relationships

duplicate of 0008131 closedvboctor install/upgrade tries to use "set schema" on a non db2 installation. 

Activities

giallu

giallu

2007-07-04 05:50

reporter   ~0014863

and, for the records, installation is good if I comment line 539 like:

} else {
//$t_result = &$g_db->execute('set schema ' . $f_db_schema);
}

vboctor

vboctor

2007-07-09 09:48

manager   ~0014912

It doesn't look right to me, I will check it to see the appropriate fix.