View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003261 | OXID ERP Interface | OXID ERP Interface - sub | public | 2011-09-21 17:28 | 2012-10-31 13:50 |
Reporter | krzysztof.mrzyglod | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 2.8.0_31492 | ||||
Fixed in Version | 2.11.0_52702 | ||||
Summary | 0003261: Access of undefined properties | ||||
Description | In class "oxerpgateway" there are several methods which are trying to access to undefined properties: PHP Notice: Undefined property: stdClass::$iStart in /modules/erp/oxerpgateway.php on line 740 PHP Notice: Undefined property: stdClass::$iStart in /modules/erp/oxerpgateway.php on line 1062 PHP Notice: Undefined property: stdClass::$sIn in /modules/erp/oxerpgateway.php on line 1520 PHP Notice: Undefined property: stdClass::$iStart in /modules/erp/oxerpgateway.php on line 983 PHP Notice: Undefined property: stdClass::$iStart in /modules/erp/oxerpgateway.php on line 1367 | ||||
Tags | No tags attached. | ||||
related to | 0003264 | resolved | arvydas_vapsva | OXID eShop (all versions) | Access of undefined property/index/offset |
|
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 are minor. |
|
checked for redundant notices |