View Issue Details

IDProjectCategoryView StatusLast Update
0002173OXID eShop (all versions)6. ------ Setup -------public2011-08-05 16:36
Reporterolav Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.4.3 revision 30016 
Summary0002173: Undefined variables in oxEmail with E_ALL
DescriptionNotice: Undefined property: oxEmail::$_oConfig in .../core/oxemail.php on line 291
Notice: Undefined property: oxUBase::$_oViewConf in .../views/oxview.php on line 294
Notice: Undefined offset: 3 in /var/www/shop.platinnetz.de/htdocs/core/oxemail.php on line 444
Steps To Reproduce<?php
define('SHOP_DIR', '/var/www/shop.platinnetz.de/htdocs/');

error_reporting(E_ALL);

if (!function_exists('getShopBasePath')) {
  function getShopBasePath() {
    return SHOP_DIR;
  }
}

require_once getShopBasePath() . 'modules/functions.php';
require_once getShopBasePath() . 'core/oxfunctions.php';

$ox_email = oxNew('oxemail');
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2010-10-28 11:42

reporter   ~0003642

@developers: check from source code side if such issue exist

tomas_liubinas

2011-08-05 16:35

reporter   ~0004939

The recommended error reporting for OXID eshop is E_ALL ^ E_NOTICE. That said PHP notices is expected behaviour.