Search found 8 matches

by jacebeleran
12 Jun 2017, 12:04
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

Thanks, i did as you said. delete all data from table but not drop it. Then add $g_crypto_master_salt into config file. and it upgaded without erorrs.
i need to check it for errors. if something wrong ill write
by jacebeleran
12 Jun 2017, 11:11
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

Ok, im totally drop this table, and now it says: APPLICATION ERROR #2900 For security reasons MantisBT will not operate when $g_crypto_master_salt is not specified correctly in config_inc.php or is shorter than 16 characters long. Please use the "Back" button in your web browser to return ...
by jacebeleran
12 Jun 2017, 10:29
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

yes i already did it, but now is there another bad news(

Schema step 195: UpdateFunction ( stored_filter_migrate ) BAD

i tryed to delete all values from mantis_filters_table as man told here https://www.mantisbt.org/bugs/view.php?id=21376, but it didnt help
by jacebeleran
12 Jun 2017, 10:04
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

thanks, changed to mysqli.
now it says:
Checking there is no 'config_inc.php' file in 1.2.x location. BAD
Move config_inc.php to config/config_inc.php.

where should i put config? i put config from my old mantis to C:\inetpub\wwwroot\mantis\config
by jacebeleran
12 Jun 2017, 09:44
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

Now it says: Checking PHP support for database type BAD
database is not supported by PHP. Check that it has been compiled into your server

What should i do now?
by jacebeleran
12 Jun 2017, 07:15
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

ok . 1. i export my current DB with command: mysqldump -u root -p --max_allowed_p acket=10000M mantis_128 > mantisexport.sql 2. Then i import my DB into new server: mysql -u root -p mantisbt < mantisexport.sql 3. then i put new release of mantis int C:\inetpub\wwwroot\Mantis and run c:\localhost/man...
by jacebeleran
12 Jun 2017, 06:41
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Re: Mantis upgrade from 1.2.19 to 2.4.0

1. i export my old database with this:mysqldump -u root -p --max_allowed_p
acket=10000M mantis_128 > mantisexport.sql
2. Then import my DB to new server:mysql -u root -p mantisbt < mantisexport.sql
3. what should i do next?
by jacebeleran
12 Jun 2017, 04:21
Forum: General Discussion
Topic: Mantis upgrade from 1.2.19 to 2.4.0
Replies: 12
Views: 9386

Mantis upgrade from 1.2.19 to 2.4.0

Good day.
I have an old server with mantis 1.2.19. i created new virtual server with windows 2012. installed MySQL ver 5.5, PHP ver 7.1.1, IIS. Installed mantis ver 2.4.0. How can i export and import my old mantis DB. please can you give me manual instruction?