installation failed problem.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
linsoo
Posts: 2
Joined: 06 Aug 2018, 03:28

installation failed problem.

Post by linsoo »

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.
QQ图片20180806110550.png
QQ图片20180806110550.png (35.91 KiB) Viewed 1703 times
QQ图片20180806110452.png
QQ图片20180806110452.png (20.19 KiB) Viewed 1703 times
linsoo
Posts: 2
Joined: 06 Aug 2018, 03:28

Re: installation failed problem.

Post by linsoo »

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