Database saving issue //////// /
Posted: Sat Mar 05, 2011 11:23 am
Dear CMS Made Simple,
I have installed the latest CMSMS v1.9.4 and injected the database from my previous CMSMS version 1.6.1.
Any templates that modified and saved into "cms_module_templates" db table, will be added a forward slash character before a "single comma" and/or "double comma".
For example:
after saved via admin area, it becomes:
the more I clicked the save button, the slash character is added:
At the moment, I can fix this issue by cleaning the slashes and updating the database directly using phpmyadmin to make the website working in generating the HTML page.
Please advice how to solve this saving issue above, So I can modify any templates from the admin area as per normal. Thank you.
Regards,
R
I have installed the latest CMSMS v1.9.4 and injected the database from my previous CMSMS version 1.6.1.
Any templates that modified and saved into "cms_module_templates" db table, will be added a forward slash character before a "single comma" and/or "double comma".
For example:
Code: Select all
<div{if $css_class != ''} class="{$css_class}"{/if}>
Code: Select all
<div{if $css_class != \'\'} class=\"{$css_class}\"{/if}>
Code: Select all
<div{if $css_class != \\\\'\\\\'} class=\\\\"{$css_class}\\\\"{/if}>
Please advice how to solve this saving issue above, So I can modify any templates from the admin area as per normal. Thank you.
Regards,
R