View Issue Details

IDProjectCategoryView StatusLast Update
0003264OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterkrzysztof.mrzyglod 
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Version4.4.8 revision 34028 
Target VersionFixed in Version4.5.5 revision 40299 
Summary0003264: Access of undefined property/index/offset
DescriptionThere 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
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Version5.2.1
Database Version5.1

Relationships

related to 0003261 resolvedarturas.sevcenko OXID ERP Interface Access of undefined properties 

Activities

dainius.bigelis

2011-10-13 16:22

reporter   ~0005308

@Developers: please check from the source code side if there are such cases like described and fix those.

dainius.bigelis

2011-10-14 15:52

reporter   ~0005319

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.