View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0011368 | mantisbt | installation | public | 2010-01-08 10:32 | 2010-01-08 11:47 | 
| Reporter | petrmatula | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.0rc2 | ||||
| Summary | 0011368: on installl 1.2.0rc2 with mysqli database type SYSTEM WARNING: Invalid argument supplied for foreach() | ||||
| Description | on installl 1.2.0rc2 with mysqli database type  | ||||
| Additional Information | ALTER TABLE mantis_bug_table ADD category_id INTEGER UNSIGNED NOT NULL DEFAULT 1; category_migrate; ALTER TABLE mantis_bug_table DROP COLUMN category; DROP TABLE IF EXISTS mantis_project_category_table; ALTER TABLE mantis_project_table ADD category_id INTEGER UNSIGNED NOT NULL DEFAULT 1; SYSTEM WARNING: Invalid argument supplied for foreach() SYSTEM WARNING: Invalid argument supplied for foreach() ALTER TABLE mantis_project_table ADD inherit_global INTEGER UNSIGNED NOT NULL DEFAULT 0; ALTER TABLE mantis_project_hierarchy_table ADD inherit_parent INTEGER UNSIGNED NOT NULL DEFAULT 0;  | ||||
| Tags | No tags attached. | ||||