PDA

View Full Version : CMS Content/Preview re-save issue


go2phil
06-27-2011, 06:43 PM
I'm creating 'content' via the CMS, and when I enter any quotes and save the content file, then re-visit the page, re-save, etc...every time I do a re-save I get additional quotes populated in the content/preview sections which screws up the code that's there.

For example, I put this in 'Content' and 'Preview':
$page = "Test";

And save the content.

I re-visit this page and the above shows up as this:
$page = "Test";

I save the page, and return to it to find this:
$page = "Test";

etc...etc...

This pattern continues. The text within these sections isn't being shown to the person editing the content correctly, so upon saving the page again the code no longer works (obviously).

Is there a patch for this? Or a newer version? This is with version 4.1.4.

Any suggestions would be great.

--------------- Added 1309231377 at 1309231377 ---------------

Has anyone else experienced this issue?

go2phil
07-01-2011, 07:40 AM
So I take it nobody is using the CMS?

go2phil
07-06-2011, 03:12 PM
I could really use some help on this issue...it's a fairly substantial problem since I can't hand this site off to the owners to modify their own content without the CMS php page working.

Anybody??

go2phil
07-06-2011, 03:27 PM
Ok, a picture says a thousand words. Take a look at the image - specifically, the content section.

On the left is what I get when I create a new php evaluation direct page.

On the right (I inserted the content piece into this image) take a look at the content section. This is what see when I open that same page up again - notice the new acquired "&" tags. Those are the '&' from the originally saved file (see the left side). Every time I save and re-open this CMS page I get more and more of the '&' tags (i.e. &).

Anyone know how to fix this?