View Issue Details

IDProjectCategoryView StatusLast Update
0000154WackoWikiinstallerpublic2009-08-19 09:38
Reporterebal Assigned ToTann San  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2 
Target Version4.3.rcFixed in Version4.3.rc 
Summary0000154: the setup/install.php when reload is trying to recreate the tables and add test pages
Descriptionat setup/install.php should be a declaration of DROP TABLE before every CREATE TABLE

something like this :

DROP TABLE IF EXISTS ".$config2["table_prefix"]."pages
CREATE TABLE ".$config2["table_prefix"]."pages

so when a user reload the page ( second page after configuration at the installation procedure) the install.php would drop the previous tables (if exists) and create from scratch
TagsNo tags attached.

Activities

Tann San

2008-06-04 21:35

manager   ~0000350

New installer implemented. The create table system is similar to the old one. We don't drop the tables on purposes since we ackowledge that they may already exist, say for example it's an upgrade install.

Issue History

Date Modified Username Field Change
2008-03-27 16:12 ebal New Issue
2008-03-27 16:12 ebal Legacy => NEW
2008-06-04 21:35 Tann San Status new => resolved
2008-06-04 21:35 Tann San Fixed in Version => 5.0.0
2008-06-04 21:35 Tann San Resolution open => fixed
2008-06-04 21:35 Tann San Assigned To => Tann San
2008-06-04 21:35 Tann San Note Added: 0000350
2008-08-27 00:59 administrator Category Installation => Installer
2009-08-19 09:25 administrator Fixed in Version 5.0.0 => 4.3.rc
2009-08-19 09:38 administrator Target Version => 4.3.rc
2010-03-08 10:14 administrator Category Installer => installer