View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011328 | mantisbt | installation | public | 2010-01-05 15:48 | 2011-08-05 02:20 |
| Reporter | petrmatula | Assigned To | atrol | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.0rc1 | ||||
| Summary | 0011328: on installl.php 1.2.0rc1 SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given | ||||
| Description | ALTER TABLE mantis_bug_revision_table ADD INDEX idx_bug_rev_id_time (bug_id, timestamp); ALTER TABLE mantis_bug_revision_table ADD INDEX idx_bug_rev_type (type); ALTER TABLE mantis_bug_table ADD date_submitted_int INTEGER UNSIGNED NOT NULL DEFAULT 1; ALTER TABLE mantis_bug_table ADD due_date_int INTEGER UNSIGNED NOT NULL DEFAULT 1; ALTER TABLE mantis_bug_table ADD last_updated_int INTEGER UNSIGNED NOT NULL DEFAULT 1; date_migrate; SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given ALTER TABLE mantis_bug_table DROP COLUMN date_submitted; ALTER TABLE mantis_bug_table CHANGE COLUMN date_submitted_int date_submitted INTEGER UNSIGNED NOT NULL DEFAULT 1; ALTER TABLE mantis_bug_table DROP COLUMN due_date; ALTER TABLE mantis_bug_table CHANGE COLUMN due_date_int due_date INTEGER UNSIGNED NOT NULL DEFAULT 1; ALTER TABLE mantis_bug_table DROP COLUMN last_updated; | ||||
| Tags | No tags attached. | ||||