View Issue Details

IDProjectCategoryView StatusLast Update
0002049OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterd3 
PriorityimmediateSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.1 revision 28950 
Target VersionFixed in Version4.4.7 revision 33396 
Summary0002049: Cannot redeclare class xx_oxbasket_module...
DescriptionBecause a change in oxutilsobject shop displays the following error while implementation of an oxbasket-module.

Cannot redeclare class xx_oxbasket_module...

These changes causes this effect:

oxutilsobject in 4.3.2 (works fine):
  line 284: include_once $sParentPath;
  
oxutilsobject in 4.4.0 and up (problematical):
  line 285: include $sParentPath;
  
Why it has been changed and is it possible, to restore it or to resolve it?
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0002438 resolvedsarunas_valaskevicius Fatal error then trying to build codecoverage or metrics on single test 
has duplicate 0002533 closeddainius.bigelis Bug 2049 "Cannot redeclare class..." is not fixed 

Activities

aggrosoft

2010-08-19 15:26

reporter   ~0003412

seeing same behavior

dainius.bigelis

2011-02-18 09:56

reporter   ~0004127

Bug is still active in 4.4.6 version.
Please check also on editions PE and EE.

alfonsas_cirtautas

2011-02-18 12:04

reporter   ~0004132

Fixed with 0002438