Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-04-18 15:14:01
- craigbass76
- Member
- Registered: 2009-12-23
- Posts: 36
Odd BLAH before anything else in the html source
I get this BLAH at the top of my home page in the source
BLAH<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML…
It only happens on my home page, not when I click on articles. When I first go to the site, I get a blank white page that says BLAH, then it flickers over to the regular home page. http://www.thebestcabinetsite.com
I dont’ know when this started happening, just noticed today. I’ve gotten into the database and done this:
select * from txp_form;
select * from txp_page;
select * from txp_section;
select * from textpattern;
from bash and grepped for BLAH in all instances. Nothing. I’ve also hunted through the TXP UI and didn’t see anything there either.
Meh? It’s probably something dumb… No, I’m sure of it.
Offline
#2 2010-04-18 15:19:52
- craigbass76
- Member
- Registered: 2009-12-23
- Posts: 36
Re: Odd BLAH before anything else in the html source
Found the problem… using the jad_metadata plugin, and if there was no meta data, the plugin was supposed to echo “BLAH” I’ve commented out that line, but there’s still a bit of a pause (and a white screen) whenever I go to the home page. Perhaps it’s a question for Joel Dueck.
Offline
#3 2010-04-18 19:20:46
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Odd BLAH before anything else in the html source
Replace the plugin, it’s old and not maintained anymore. Here is a similar thread.
Offline