View Issue Details

IDProjectCategoryView StatusLast Update
0002015OXID eShop (all versions)4. ------ eShop Core -------public2012-12-10 13:42
Reporterkdasdasf 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.5.6 revision 40808 
Summary0002015: Constant E_NONE not defined
DescriptionAccording to [1] no constant E_NONE is defined in the context of error_reporting. Hence [2] (revision 338, line 390) will throw a notice.

Changing the line to error_reporting( E_ALL & ~E_ALL ); should do the trick


[1] http://php.net/manual/errorfunc.constants.php
[2] http://svn.oxid-esales.com/trunk/eshop/views/oxshopcontrol.php
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

vilma_liorensaityte

2011-12-16 14:25

reporter   ~0005503

Just replaced E_NONE with 0 (int)