View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003264 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-09-21 18:08 | 2012-12-10 13:44 |
Reporter | krzysztof.mrzyglod | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.8 revision 34028 | ||||
Fixed in Version | 4.5.5 revision 40299 | ||||
Summary | 0003264: Access of undefined property/index/offset | ||||
Description | There are several methods which are trying to access to undefined properties, index or offsets: PHP Notice: Trying to get property of non-object in /core/oxbase.php on line 1561 PHP Notice: Undefined index: oxpic13 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxpic14 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxlongdesc in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxlongdesc_1 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxtags in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxzoom8 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxzoom9 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxzoom10 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxzoom11 in /core/oxbase.php on line 216 PHP Notice: Undefined index: oxzoom12 in /core/oxbase.php on line 216 PHP Notice: Trying to get property of non-object in /core/oxcategory.php on line 198 PHP Notice: Undefined index: 914fac43bd96aa4936aabc69589987d3 in /core/oxcategorylist.php on line 436 PHP Notice: Undefined offset: 1 in /core/oxutils.php on line 1178 PHP Notice: Undefined index: cf97159ab9e5d32167f4f55e093b1539 in /core/oxvatselector.php on line 65 PHP Notice: Undefined offset: 3 in /core/oxconfig.php on line 789 PHP Notice: Undefined index: HTTP_USER_AGENT in /core/oxsession.php on line 338 PHP Notice: Undefined offset: 19 in /core/oxbasket.php on line 1905 PHP Notice: Trying to get property of non-object in /core/oxorder.php on line 578 PHP Notice: Undefined offset: 3 in /core/oxutilsserver.php on line 360 PHP Notice: Undefined property: oxUBase::$_oViewConf in /views/oxview.php on line 294 | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | 5.2.1 | ||||
Database Version | 5.1 | ||||
related to | 0003261 | resolved | arturas.sevcenko | OXID ERP Interface | Access of undefined properties |
|
@Developers: please check from the source code side if there are such cases like described and fix those. |
|
eShop itself forces php option to not shown the PHP notices as not all of these can be solved in some cases. Also notices may occur because the 3rd party modules installed. Some of these notices should be checked and solved as it also may make affect for eShop performance. So the entry here is left for deeper investigation, but the priority and severity reduced. |