I mentioned previously in the thread, I have already done this.
My public_html/mantisbt/config/config_inc.php file now looks like this:
?php
$g_hostname = 'localhost';
$g_db_type = 'mysqli';
$g_database_name = 'sylvest_mantisbt';
$g_db_username = 'sylvest_mantisbt';
$g_db_password = 'secret ...
Search found 3 matches
- 17 May 2018, 13:49
- Forum: Help
- Topic: Trouble with $g_crypto_master_salt
- Replies: 5
- Views: 11966
- 23 May 2017, 13:18
- Forum: Help
- Topic: Trouble with $g_crypto_master_salt
- Replies: 5
- Views: 11966
Re: Trouble with $g_crypto_master_salt
Which is th aactive config file, that it is complaining about?
I have a file config_inc.php. Is that the one?
That did contain:
====beginning of file=====
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'sylvest_mantisbt';
$g_db_username = 'sylvest_mantadm';
$g_db ...
I have a file config_inc.php. Is that the one?
That did contain:
====beginning of file=====
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'sylvest_mantisbt';
$g_db_username = 'sylvest_mantadm';
$g_db ...
- 19 May 2017, 12:04
- Forum: Help
- Topic: Trouble with $g_crypto_master_salt
- Replies: 5
- Views: 11966
Trouble with $g_crypto_master_salt
Yesterday I tried to update my installation of Mantis BT using the Softaculous installer. It said that it had upgraded successfully, but now when I go to my URL I get:
# --- Security --- $g_crypto_master_salt = 'OXMxbGh3dmczbHlqNmFuaTV3Y2c0d2kwcXdzeG9iaWM='; Possible Whitespace/Error in ...
# --- Security --- $g_crypto_master_salt = 'OXMxbGh3dmczbHlqNmFuaTV3Y2c0d2kwcXdzeG9iaWM='; Possible Whitespace/Error in ...