View Issue Details

IDProjectCategoryView StatusLast Update
0010861mantisbtupgradepublic2011-08-05 02:25
Reportercweiske2 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Summary0010861: Showing SQL statements fail when upgrading
Description

I am trying to upgrade my database from 1.1.8 to 1.2.0 git master. I told the admin script to "Print SQL Queries instead of Writing to the Database" and get several errors:
SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given

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

cweiske2

cweiske2

2009-08-21 06:54

reporter   ~0022786

Last edited: 2009-08-21 07:02

The "$sql" variable in that errorneous cases is:

string 'date_migrate' (length=12)
date_migrate;

array
0 => string 'mantis_sponsorship_table' (length=24)
1 => string 'id' (length=2)
2 =>
array
0 => string 'date_submitted' (length=14)
1 => string 'last_updated' (length=12)
3 =>
array
0 => string 'date_submitted_int' (length=18)
1 => string 'last_updated_int' (length=16)

$sqlarray format: http://phplens.com/lens/adodb/docs-datadict.htm