View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001246 | OXID eShop (all versions) | 1.04. Content, static (register, contact etc.) pages | public | 2009-08-26 12:02 | 2009-08-28 14:25 |
Reporter | philipp_grashoff | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.5 revision 21618 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001246: If a cms page is inactive, an error message is shown. | ||||
Description | If a cms page is inactive but included in a template with [{oxcontent ident=""}], the error message "content not found ! check ident(contentident) !" is shown. Solution: oxcontent smarty function should check if cms page is active, if not: Don't display anything. We should/could give the customer a hint that the content is inactive, but this shouldn't be displayed to customers in frontend. Could we throw an exception or use the PHP error reporting (NOTICE level)? | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
The error message should be hidden when shop runs in Productive mode. If mode is non-Productive - then display the message as it is. |
|
Please force the development, we need this feature too. |
|
fixed: in case shop runs in productive mode - nothing will be shown, of non-productive - old message will be displayed |