Atrol,
Just got it working.
The problem only appear if you check the "Print SQL Queries instead of Writing to the Database" option. You wrote "DON'T select that option..." and I've read it as "Select...".
All working. Thanks for your help.
Search found 4 matches
- 01 Sep 2010, 16:14
- Forum: Help
- Topic: Mantis 1.2.2 upgrade issues! Need help!
- Replies: 14
- Views: 11441
- 31 Aug 2010, 18:24
- Forum: Help
- Topic: Mantis 1.2.2 upgrade issues! Need help!
- Replies: 14
- Views: 11441
Re: Mantis 1.2.2 upgrade issues! Need help!
I'm using MySQL.
The 2 lines from the database upgrade script show the problem. At this point during the script a column named date_submitted_int with default value to 1 was created and the submitted dates are on column data_submitted. So the next 2 lines drops the date_submitted and replace it ...
The 2 lines from the database upgrade script show the problem. At this point during the script a column named date_submitted_int with default value to 1 was created and the submitted dates are on column data_submitted. So the next 2 lines drops the date_submitted and replace it ...
- 30 Aug 2010, 15:03
- Forum: Help
- Topic: Mantis 1.2.2 upgrade issues! Need help!
- Replies: 14
- Views: 11441
Re: Mantis 1.2.2 upgrade issues! Need help!
Hi atrol,
I have looked at the patch and understood that, I was just hoping that 1.2.3 would come with a new and fixed install.php
Regarding the date, and other fields, conversion issues, what do you recommend? is there any upgrade path from 1.1.8 to 1.2.2?
Thanks,
Nuno
I have looked at the patch and understood that, I was just hoping that 1.2.3 would come with a new and fixed install.php

Regarding the date, and other fields, conversion issues, what do you recommend? is there any upgrade path from 1.1.8 to 1.2.2?
Thanks,
Nuno
- 27 Aug 2010, 15:35
- Forum: Help
- Topic: Mantis 1.2.2 upgrade issues! Need help!
- Replies: 14
- Views: 11441
Re: Mantis 1.2.2 upgrade issues! Need help!
Hi,
After reading all the above, converting the db from latin1 to utf8 and running the db statementes manually the check.php of mantis-1.2.2 reported that everything was okay... but it was not. All database fields that had the type changed were populated with the default values. Which means that all ...
After reading all the above, converting the db from latin1 to utf8 and running the db statementes manually the check.php of mantis-1.2.2 reported that everything was okay... but it was not. All database fields that had the type changed were populated with the default values. Which means that all ...