View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006057 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2015-02-26 10:06 | 2015-02-26 11:10 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | unable to reproduce |
Status | closed | Resolution | duplicate | ||
Product Version | 4.9.3 / 5.2.3 | ||||
Summary | 0006057: cust_config: not working as intended | ||||
Description | I tried: $this->iDebug = 1; -> has no effect $this->sShopDir = '/var/www/dev'; //same value as in config.inc -> produces errors, because a slash is missing, which isnt there in the config.inc either $this->dbType = 'anything'; -> has no effect I dont know if other settings work, but first three tries all failed so i stopped... | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | 5.4 | ||||
Database Version | any | ||||
duplicate of | 0005714 | acknowledged | igor.iegupov | cust_config.inc.php gets included after database connection was made |
|
$this->iDebug works for me. $this->sShopDir works for me, too. $this->dbType and all DB related Variables don't work, as described in https://bugs.oxid-esales.com/view.php?id=5714 So the reproducible part of this bug is a duplicate of the bug mentioned above, and will be treated as such. |