View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001772 | OXID eShop (all versions) | 1.04. Content, static (register, contact etc.) pages | public | 2010-04-15 11:29 | 2010-04-15 16:53 |
Reporter | akirchdorfer | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.1.4 revision 21266 | ||||
Summary | 0001772: Using Smarty tag in category longtext to generate CMS page link, crashes the shop system | ||||
Description | This 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 Information | System: 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. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
@Developers: please check from the source code side if there is such issue and fix if needed. |
|
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. |