View Issue Details

IDProjectCategoryView StatusLast Update
0024652mantisbtbugtrackerpublic2018-08-17 17:45
Reporterlinsoo Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2.16.0 
Summary0024652: install failed
Description

After the installation finished, in the [Setting Cryptographic salt in config file] shows this:

POSSIBLE PROBLEM
Unable to find a random number source for cryptographic purposes. You will need to edit D:\mantisbt\config\config_inc.php and set a value for $g_crypto_master_salt manually

But I already set $g_crypto_master_salt manually like this:

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysqli';
$g_database_name = 'bugtracker';
$g_db_username = 'mantis';
$g_db_password = 'mantis';

$g_db_table_plugin_prefix = 'mantis';
$g_db_table_suffix = 'mantis';

$g_default_timezone = 'Asia/Shanghai';

$g_crypto_master_salt = 'mantis1234567890abcdefghijklmnopqrstuvwxyz';

How to deal with it?

thanks.

TagsNo tags attached.
Attached Files
QQ图片20180806110452.png (20,674 bytes)   
QQ图片20180806110452.png (20,674 bytes)   
QQ图片20180806110550.png (36,768 bytes)   
QQ图片20180806110550.png (36,768 bytes)   

Activities

atrol

atrol

2018-08-06 02:38

developer   ~0060358

Maybe there is more than one config_inc.php and you are changing the wrong one.

Add the following line before setting crypto_master_salt

die ("Hello in config");

Do you get the Hello message?

linsoo

linsoo

2018-08-06 03:40

reporter   ~0060359

There is only one config file in the config folder.

I restarted the nginx server many times and the problem's gone...I don't know why.

atrol

atrol

2018-08-06 03:52

developer   ~0060360

I restarted the nginx server many times and the problem's gone...I don't know why.

Maybe a caching side effect.