View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002173 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2010-10-25 17:02 | 2011-08-05 16:36 |
Reporter | olav | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 4.4.3 revision 30016 | ||||
Summary | 0002173: Undefined variables in oxEmail with E_ALL | ||||
Description | Notice: 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'); | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||