View Issue Details

IDProjectCategoryView StatusLast Update
0003444OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterleofonic Assigned To 
PriorityurgentSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.0_beta2 
Fixed in VersionPast development 
Summary0003444: Configured Database Host is not used
Descriptionoxdb always connects using "localhost"
Steps To ReproduceChange host in config.
Additional Informationoxdb.php line 277:
if ( !$oDb->connect( $myConfig->getConfigParam( $sHost ),

$sHost is not the name of a Config Var, but the Host itself, so this should read:
if ( !$oDb->connect( $sHost,
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

ray

2011-12-19 12:57

reporter   ~0005510

I can second that, see my mail on dev-general.

Linas Kukulskis

2012-01-05 15:48

reporter   ~0005587

fixed to $sHost