View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007128 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2020-04-21 11:14 | 2020-04-22 16:16 |
| Reporter | claro | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 6.1.5 | ||||
| Summary | 0007128: If Visual CMS Module is deactivated, Content with Visual CMS Smarty Tags causes Smarty error and Shop is offline | ||||
| Description | I activated Visual CMS Module to test it. I changed some CMS-Content in Visual CMS Editor and decided that i don't need the module. So I deactivated the module. Now the shop goes offline because of a smarty error, if a page is called which contains CMS-Content modified with Visual CMS. oxideshop.log: [21 Apr 10:09:03.503920 2020] [uncaught error] [type E_USER_ERROR] [file /var/www/htdocs/oxid615/vendor/smarty/smarty/libs/Smarty.class.php] [line 1100] [code ] [message Smarty error: [in ox:oxstartwelcome278c494482fc0b57a327868e8951f0fc0 line 1]: syntax error: unrecognized tag 'veparse' (Smarty_Compiler.class.php, line 585)] So after deactivating Visual CMS module, one has to find all CMS-Content modified by Visual CMS an delete the Smarty tags written by the module... | ||||
| Steps To Reproduce | 1) activate Visual CMS Module 2) go to Visual CMS-Editor and modify Help - Main Content (oxhelpdefault) 3) deactivate Visual CMS Module 4) call Help - Main Page in Shop | ||||
| Tags | CMS, error, Offline, Smarty, VisualCMS, WYSIWYG | ||||
| Theme | Flow | ||||
| Browser | Not defined | ||||
| PHP Version | 7.1 | ||||
| Database Version | Not defined | ||||
|
|
The Visual CMS documentation warns that Visual CMS adds additional tags for managing widgets to CMS content when you save it. If the Visual CMS module is disabled, the tags can no longer be interpreted: https://docs.oxid-esales.com/modules/vcms/de/3.3/funktionsbeschreibung/grundfunktionen.html To change this, you only need to remove Visual CMS tags. Smarty tags are not affected. -MF |