View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003685 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2012-03-07 14:38 | 2012-12-10 13:44 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 4.5.8 revision 42471 | ||||
Summary | 0003685: oxutilsfile still cant be overloaded | ||||
Description | had be reported 2009 for version 4.1.3. If I'm not overseeing something, its still not possible to overload some classes, that dont seem so complicated. oxutilsfile is one of them, i didnt try all others. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0001097 | resolved | tomas_liubinas | Some Classes cant be overloaded |
|
old report was: https://bugs.oxid-esales.com/view.php?id=1097 |
|
+1 same problem here. in this case it should be enough to use oxNew() in the oxUtilsFile::getInstance()-Method. No need of a "small concept" ;) |
|
related to https://bugs.oxid-esales.com/view.php?id=3729 (i need to extend oxutilsfile for the same reason) |
|
I think oxutilsfile can be overloaded if this is added to config.inc.php: //Load Modules include getShopBasePath().'core/oxconfk.php'; $this->_loadVarsFromDb( $this->getShopId(), array('aModules') ); |
|
We closed this bug because is reopen the bug (https://bugs.oxid-esales.com/view.php?id=1097, and we'll fix it |