I’m having some weird problems on my site, but I can’t figure out what the deal is. I’m thinking it’s an ExpressionEngine thing.
For some reason, some of my posts don’t show up. You can click on the link, and nothing shows up. In IE for PC, it’s gives you the standard warning page that the site can’t be loaded.
One example page that’s giving me problems is Belief-O-Matic. But what’s weird is that someone just left a comment on it this morning. I checked their comment and even edited to see if it would help, but it didn’t. So perhaps it’s showing up for some, but not for others? If so, why?
I checked my code and it looks fine. I tried changing the titles or entries and some of the content, but that didn’t help either. I also tried referencing the articles by ID number, but that didn’t work either. And it’s only on some entries.
If anyone spots an entry that’s acting up like this, please email me and let me know which entry you were trying to access. Thanks!
I found the problem. It’s with an ExpressionEngine plugin I’ve been using. Once I removed it from a certain part of my template, everything worked fine. Still, if you see any weirdness with the site, please let me know so I can fix it.
I’ve tried going over my entry template, but I can’t find anything that would mess it up.
One thing I’m not sure about… it’s possible to enable template caching on sub-templates without messing things up, right? I had a bunch of sub-template caching going on, but it still messed up even when I disabled the caching and cleared all caches.
I’m going to rebuild my entry template piece by piece to see if I can find the problem.
http://www.chrisruzin.net/index.php/entry/belief_o_matic/ does not show up, but the following URLs do:
http://www.chrisruzin.net/index.php/index/belief_o_matic/
http://www.chrisruzin.net/index.php/belief_o_matic/
http://www.chrisruzin.net/index.php/weblog/index/belief_o_matic/
I can only assume that it is something in that template that when an entry_id is added that it does not want to display content.