View Issue Details

IDProjectCategoryView StatusLast Update
0011368mantisbtinstallationpublic2010-01-08 11:47
Reporterpetrmatula Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.0rc2 
Summary0011368: 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
SYSTEM WARNING: Invalid argument supplied for foreach()

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()
INSERT INTO mantis_plugin_table
( basename, enabled ) VALUES
( 'MantisCoreFormatting', '1' );

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;

TagsNo tags attached.

Relationships

duplicate of 0011364 closeddhx on installl.php 1.2.0rc2 SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given 

Activities

There are no notes attached to this issue.