View Issue Details

IDProjectCategoryView StatusLast Update
0016966mantisbtinstallationpublic2014-12-08 02:08
Reportersamwilson Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformFirefoxOSWindows 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0016966: Database table prefix and suffix variables written incorrectly to config_inc.php
Description

When installing with a completely fresh and untouched clone of the master branch, the following two variables were written to config_inc.php like this:

$db_table_prefix = '';
$db_table_suffix = '';

i.e. without the 'g_' that they have in config_defaults_inc.php

When I added the variable name prefix, all worked as it should:

$g_db_table_prefix = '';
$g_db_table_suffix = '';

TagsNo tags attached.

Activities

dregad

dregad

2014-02-14 03:48

developer   ~0039399

Confirmed, will fix shortly.

Thanks for the bug report

Related Changesets

MantisBT: master 031bb1f4

2014-02-14 00:35

dregad


Details Diff
Install: fix variable names in generated config file

The config_inc.php file generated by the installer had incorrect
variable names for the table prefix and suffix, missing the 'g_'.

Fixes 0016966
Affected Issues
0016966
mod - admin/install.php Diff File