Alex, on Aug 25 2004, 12:49 PM, said:
OK, hope you haven't wiped it yet.
Open the etomiteCache.idx file (it's just a php file, you can rename it or open in in notepad) and look for something like this (assuming your document has ID 1):
$this->contentTypes[1] = 'text/html';
If you find that, then it means the content type is saved properly, and Eto will send out a text/html header (which means it's a regular text document). If you can't find the corresponding document type for the document, something is broken.
Check. Got 'em numbered 1-15 just like that.
Quote
Also, while you're at it, look for (where YourChunk is the name of your chunk):
$this->chunkCache['YourChunk']
Once you've found the chunk you've changed, paste the contents of it into
this form, press 'decode' and it'll show you the contents of the chunk.
Um...... just the contents or the PHP as well?
Content only, I get
¶»]ú'
Content and PHP tags, I get
¶¬r§Â&œ…隊rì‰×›j¿

Just in case. And, I have no idea what that means, but it's all Greek to me. Or maybe Dutch......
Ralph:
Yup, manually deleted the entire cache directory. Not caching the document was the first thing I did. And some of the data that USED TO BE provided by the Chunk was external to Etomite, but that's the part I wanted to get rid of (it was a site search feature, and I'll just use a snippet for that now), so I deleted it. It didn't show up as deleted. I let it go, but then when I changed a URL to a link in the same sidebar on the second template, and that didn't change in viewing either, then I figured I had a probby.