View Issue Details

IDProjectCategoryView StatusLast Update
0000783OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reportersarunas_valaskevicius Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.1.0 revision 17976 
Summary0000783: remove item from compare list shows blank page and "zend_mm_heap corrupted" in apache error log
Descriptionremoving an item from compare list shows blank page.
after refreshing a page, item was removed, and all is ok again.
Additional Informationapache error.log contains "zend_mm_heap corrupted".
php error log is empty.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

sarunas_valaskevicius

2009-04-08 14:19

reporter   ~0000740

this is not OXID eShop bug, but rather a php one.

http://bugs.php.net/bug.php?id=40479&edit=0

shows a description of it.

http://trac.macports.org/ticket/18004#comment:10

show possible resolution by changing php.ini values:
variables_order
  - NOK: EGPCS
  - OK: GPCS
register_long_arrays
  - NOK: On
  - OK: Off
magic_quotes_gpc
  - NOK: On
  - OK: Off