View Issue Details

IDProjectCategoryView StatusLast Update
0021409mantisbtupgradepublic2016-08-23 04:42
ReporterAndyLC Assigned Todregad  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionno change required 
Product Version2.0.0-beta.1 
Summary0021409: APPLICATION ERROR #2900 during update
Description

I'm following the process for upgrade mantis to 2.0.0 beta
https://www.mantisbt.org/docs/master-1.2.x/en/administration_guide/admin.install.upgrade.html

I don't have any file named :
config_inc.php

Steps To Reproduce

I go to /admin/install.php
I fill out informations for my database.
Clic on "Install / upgrade"
There is no error displayed.

I clicked on "Back to administration" and its show me the error

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 to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

TagsNo tags attached.

Relationships

duplicate of 0017849 confirmed Salt missing error not very helpful for users 

Activities

mahindra

mahindra

2016-08-08 15:59

reporter   ~0053760

Try $g_db_type = "mysqli";

dregad

dregad

2016-08-09 11:55

developer   ~0053775

I don't have any file named : config_inc.php

The location of the config file has changed - in 1.2. it was at the root of your installation, whereas in >= 1.3 it is in a directory called 'config/'.

You need to add $g_crypto_master_salt to your config. Please refer the manual for further info:
http://mantisbt.org/docs/master-1.3.x/en-US/Admin_Guide/html-desktop/#admin.config.security