I can't get it to work.
With "Print SQL Queries instead of Writing to the Database" checked, I get some curious WARNINGS inside the sql statements:
One line above each of these warnings (they appear 14 times) are commands I've never seen before:SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given
;
Code: Select all
date_migrate;
______________
After removing BOTH (_migrate commands & warning messages) the script stops at various ALTER TABLE commands the first one is this:
Code: Select all
ALTER TABLE mantis_user_pref_table ALTER COLUMN redirect_delay INT;
Code: Select all
Meldung 5074, Ebene 16, Status 1, Zeile 425
Das Objekt-Objekt 'DF__mantis_us__redir__2739D489' ist vom Spalte-Objekt 'redirect_delay' abhängig.
Can anyone help me?
Has anybody already installed 1.2.0rc2 with MS SQL Server 2005?
ty
timmi
Edit: