Hi all -
I have a legacy system on EE 1.6.9 that we had to migrate from a poorly performing host. Since the migration (yesterday), the system is doing something I’ve never seen before. I can only imagine it is really weird or really easy.
When I go to the edit tab and edit an entry, my changes take no problem. If I go to edit the entry again, the updates are still there. perfect.
HOWEVER!! On the display page (rendering as xml), the content does NOT refresh. The template is not cached, and making changes directly to the template code does refresh. Here’s the code in the template:
{exp:weblog:entries weblog="content" limit="1" url_title="asdf" disable="categories|member_data|pagination" }
<title>{title}</title>
<overview><![CDATA[{content}]]></overview>
{/exp:weblog:entries}I tried renaming the url title of the entry, and the xml file then did not spit out any content, as expected. So…. It is finding the entry, knows when the entry is not there, but is spitting out old content in the {content} field.
Ideas?