Escape characters getting added to sub-template after save
Posted: Tue Mar 06, 2007 4:11 pm
CMSMS 1.0.2
I revisted a site that I've developed to fix a few minor problems, but I started getting errors when viewing the site:
'Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\barrington-giftware.com\tmp\templates_c\Cataloger^%%04^04B^04BA0690%%module_db_tpl%3ACataloger%3Bcatalog_15.php on line 59'
So I looked back at the cateloger sub-template that I had just changed and escape characters ('\') had been added!
Even if I copy and paste the correct, non-escaped, text into this template, after saving it has escape chars added! Each save adds more '\' so there's '\\\\\\' at the moment!
But this does not happen on the test site, only on my local development copy.
I revisted a site that I've developed to fix a few minor problems, but I started getting errors when viewing the site:
'Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\xampp\htdocs\barrington-giftware.com\tmp\templates_c\Cataloger^%%04^04B^04BA0690%%module_db_tpl%3ACataloger%3Bcatalog_15.php on line 59'
So I looked back at the cateloger sub-template that I had just changed and escape characters ('\') had been added!
Even if I copy and paste the correct, non-escaped, text into this template, after saving it has escape chars added! Each save adds more '\' so there's '\\\\\\' at the moment!
But this does not happen on the test site, only on my local development copy.