View Issue Details

IDProjectCategoryView StatusLast Update
0001772OXID eShop (all versions)1.04. Content, static (register, contact etc.) pagespublic2010-04-15 16:53
Reporterakirchdorfer Assigned To 
PriorityurgentSeveritycrashReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version4.1.4 revision 21266 
Summary0001772: Using Smarty tag in category longtext to generate CMS page link, crashes the shop system
DescriptionThis issue appears in a very specific case:
- category 'myCat' has a longtext with: "[{ oxgetseourl ident="
- cms page 'myContent' is configured as category and child of myCat
- when I edit (and save) 'myContent', any request to the shop frontend crashes with a SEGFAULT in Apaches PHP module
- when I edit the longtext of 'myCat' afterwards, everything is fine again

The issue does not appear, when 'myContent' is not a child of 'myCat'.
Additional InformationSystem: Apache2.0; PHP Version 5.2.0-8+etch16; mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486)

It seems to be some kind of infinite recursion.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2010-04-15 15:50

reporter   ~0002553

@Developers: please check from the source code side if there is such issue and fix if needed.

rimvydas_paskevicius

2010-04-15 16:53

reporter   ~0002554

Tried to reproduce this bug as was written in bug description, but was unable to reproduce it. Tried on PE, EE versions - everything works fine, no errors or crashes occurs. Segmentation fault means PHP itself failed, so maybe this occurs in some specific server environment configuration. If there is possibility, please update PHP to higher version.