First real problem with WordPress. Avert your eyes if technical talk hurts your brain.
Friday night (I believe), I made some changes, installed a couple of plugins, and generally futzed around. Saturday I noticed pages never finished loading. Glancing at the error console in Safari, I see reams of errors that read something like:
and:
Forbidden You don’t have permission to access /wp/function (object) { if (Object.isFunction(this.indexOf)) if (this.indexOf(object) != -1) return true; var found = false; this.each(function (value) { if (value == object) { found = true; throw $break; } }); return found;} on this server.
Goes on forever, hundreds of these. This can’t be good, I thought, so have tried these fixes:
turn off all plugins (no change).
turn off all recently addeded plugins (no change)
remove widgets (the sidebar column elements). This is sort of a pain if a widget is hand-created (such as the Google ad widget), once you remove it, it isn’t available to be put back. Moveable Type is superior in this instance – every widget was saved individually, and you can mix and match at your leisure.
Switching to different themes
Replacing the templates from originals for the theme I had been using, in case some garbage code got introducedToggled:
WordPress should correct invalidly nested XHTML automatically
because I did change this recently.
Crap. What next?
hmmm, maybe the last burst of troubleshooting fixed it. Too bad I have a real job, and can’t really look at this until later. If you see anything weird, or have helpful suggestions, please, please jump in before I shoot the damn thing with a potato gun.