View Issue Details

IDProjectCategoryView StatusLast Update
0008131mantisbtupgradepublic2007-08-02 02:28
Reporterstappel Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0a3 
Fixed in Version1.1.0a4 
Summary0008131: install/upgrade tries to use "set schema" on a non db2 installation.
Description

In install.php is tries to connect to the database to check if it exist and if it needs to be created.
There is an if-statement to check if the f_db_type is set to db2, the else part of that if statement has a db2 command. This failes ofcource and kill the upgrade, (it even tries to recreate the database, but fails because is already does exist).

Steps To Reproduce

http://webserver/admin/install.php

Additional Information

to fix it:

diff install.php install.php.org
537a538,539

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

Relationships

has duplicate 0008125 closedvboctor install fails if the database is already present 

Activities

There are no notes attached to this issue.