View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003444 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-12-19 12:49 | 2012-12-10 13:44 |
Reporter | leofonic | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.0_beta2 | ||||
Fixed in Version | Past development | ||||
Summary | 0003444: Configured Database Host is not used | ||||
Description | oxdb always connects using "localhost" | ||||
Steps To Reproduce | Change host in config. | ||||
Additional Information | oxdb.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, | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||