Search found 14 matches
- 21 Apr 2011, 14:18
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Sorry I meant a newer version. I already tried to change all my tables in UTF8 without any success.
- 21 Apr 2011, 13:59
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
So my mysql version could be the problem as I'm running the 5.0.77 version and my production server is in 5.0.32.
I'll try to reinstall mysql with an earlierversion and will keep you informed.
Thanks a lot for your support.
I'll try to reinstall mysql with an earlierversion and will keep you informed.
Thanks a lot for your support.
- 21 Apr 2011, 12:59
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Ok, I haven't problems to believe you, but even if I drop the mantis_category_table before the upgrade I still have the following error :
Échec de la requête de base de données. L'erreur renvoyée par la base de données était #1062 : Duplicate entry '114-Demande de développement' for key 2 pour la ...
Échec de la requête de base de données. L'erreur renvoyée par la base de données était #1062 : Duplicate entry '114-Demande de développement' for key 2 pour la ...
- 21 Apr 2011, 12:38
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Yes it is exactly the same. We are just using plugins, that's the only difference from a stock install.
- 21 Apr 2011, 12:06
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Yes there is 427 rows in the table as well as in my production server in 1.1.1.
- 21 Apr 2011, 11:54
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Ok thanks anyway.
- 20 Apr 2011, 12:08
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
I just tried with the 1.2.5 and same problem occurs.
- 20 Apr 2011, 06:36
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Hi,
I re-imported a clean dump with version 63 and I still have the issue. I use the cong_inc.php of my 1.1.1 version.
First I have the error :
BAD
CREATE TABLE mantis_category_table ( id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, project_id INTEGER UNSIGNED NOT NULL DEFAULT 0, user_id INTEGER ...
I re-imported a clean dump with version 63 and I still have the issue. I use the cong_inc.php of my 1.1.1 version.
First I have the error :
BAD
CREATE TABLE mantis_category_table ( id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, project_id INTEGER UNSIGNED NOT NULL DEFAULT 0, user_id INTEGER ...
- 19 Apr 2011, 14:24
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Ok, I checked the dump I used as backup and it's in version 70. I don't what happended, as the actual server is in 1.1.1 and the version is the 63. I tried so many things that it's possible that I corrupted the dump I used.
I'll try tomorrow to use the dump of tonight and will keep you informed ...
I'll try tomorrow to use the dump of tonight and will keep you informed ...
- 19 Apr 2011, 13:17
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
I made a backup as I'm doing my tests on another server, I'm trying all the possible solutions.
The version of my working database in 1.1.8 with plugins is the 70th.
The version of my working database in 1.1.8 with plugins is the 70th.
- 19 Apr 2011, 12:08
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Thanks I already saw those topics, but even if I tried all the solutions, nothing is working.
I tried to drop the plugins tables which seemed to cause the problems but I now have this error :
PPLICATION ERROR #401
Échec de la requête de base de données. L'erreur renvoyée par la base de données ...
I tried to drop the plugins tables which seemed to cause the problems but I now have this error :
PPLICATION ERROR #401
Échec de la requête de base de données. L'erreur renvoyée par la base de données ...
- 19 Apr 2011, 10:44
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
Yes I did.
I moved the mantisbt.1.2.4 to my web directory, then I copied the config_inc.php and custom_strings_inc.php from the previous directory and ran the install.php page. And here I am.
I don-t know if it's related but I saw that mantis tables should be in utf8 so I manually changed them ...
I moved the mantisbt.1.2.4 to my web directory, then I copied the config_inc.php and custom_strings_inc.php from the previous directory and ran the install.php page. And here I am.
I don-t know if it's related but I saw that mantis tables should be in utf8 so I manually changed them ...
- 19 Apr 2011, 09:11
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Re: Upgrade from 1.1.1 to 1.2.4
I managed to upgrade to 1.1.8 but when I try to upgrade to 1.2.3 or 1.2.4 I got this error
CREATE TABLE mantis_plugin_table ( basename VARCHAR(40) NOT NULL, enabled TINYINT NOT NULL DEFAULT '0', PRIMARY KEY (basename) )ENGINE=MyISAM DEFAULT CHARSET=utf8
If I drop the plugin table and let him ...
CREATE TABLE mantis_plugin_table ( basename VARCHAR(40) NOT NULL, enabled TINYINT NOT NULL DEFAULT '0', PRIMARY KEY (basename) )ENGINE=MyISAM DEFAULT CHARSET=utf8
If I drop the plugin table and let him ...
- 11 Apr 2011, 07:55
- Forum: Help
- Topic: Upgrade from 1.1.1 to 1.2.4
- Replies: 28
- Views: 31438
Upgrade from 1.1.1 to 1.2.4
Hi, I'm trying to upgrade my mantis from 1.1.1 to 1.2.4. My upgrade checks are OK but when I lauche the Install/Upgrade database, then I got several APPLICATION ERROR #401, including this one for example.
APPLICATION ERROR #401
Database query failed. Error received from database was #1146: Table ...
APPLICATION ERROR #401
Database query failed. Error received from database was #1146: Table ...