What theme are you using?
Thread Starter
dbldee
(@dbldee)
Hello Ipstenu
I have changed themes a few times with Twenty ten, Erudite and others to no avail.
The posts can be viewed from the dashboard with no problem, but the error shows when trying to read from Archive.
http://check-for-it.com/techinfo/best-web-hosting/2010/12/
It seems that archive cannot be written
Is there an archive file that should be corrected
thanks
All your pages are virtual, FYI. There’s nothing to be ‘written’, just ‘rendered’ from your database.
You really have NO plugins?
Then it’s a server malfunction, but I can’t imagine what… The PAGES show just fine.
Thread Starter
dbldee
(@dbldee)
All plugins deactivated
Funny other sites in the network show fine
Look at the HTML source of the page. that gives big huge clues.
<div class=”entry-content”>
<script type=”text/javascript”>
document.write(String.fromCharCode(60,112,62, *snip* 97,62,10));
</script>
you’ve obviously got some javascript – likely a plugin or something you plunked in functions.php being inserted right after the entry-content div. I bet your theme has a hook there.
Go look at your theme files, specifically the archive.php.
I know you said you get this without plugins and with Twenty Ten so … There’s a possibility you’ve been hacked.
Thread Starter
dbldee
(@dbldee)
This issue somehow has been resolved