Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-03-19 22:44:33
- Winu
- New Member
- Registered: 2009-07-16
- Posts: 4
There's something wrong...
My blog was perfectly fine, until yesterday, when all of the sudden the error message at the top appeared, and my post were gone. What is wrong and how do I fix it?
thanks!
Offline
Re: There's something wrong...
Winu wrote:
What is wrong and how do I fix it?
- Anything.
- Only
godKing of the galaxy far far away knows how :-)
For starters, please provide more info:
- What was the error message?
- What means “blog posts were gone”? Gone from DB or gone only from frontend site?
- Post diagnostics.
Usual resolution: always back up all important data and use backups to restore to the point before something failed. Every bit that isn’t backed up is meant to be lost (or well is going to).
Offline
#3 2010-03-20 00:42:22
- Winu
- New Member
- Registered: 2009-07-16
- Posts: 4
Re: There's something wrong...
Here’s my blog: illtellyoulater.co.cc
Error Message
Tag error: <txp:article_custom section=’<txp:section />’ wraptag=“ul” break=“li”> -> Textpattern Warning: Table ‘./b6_3660991_tp/textpattern’ is marked as crashed and should be repaired
select *, unix_timestamp(Posted) as uPosted, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = ’0000-00-00 00:00:00’) and Section IN (‘default’) order by Posted desc limit 0, 10 on line 82
Tag error: <txp:article limit=“5” /> -> Textpattern Warning: Table ‘./b6_3660991_tp/textpattern’ is marked as crashed and should be repaired
select count(*) from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = ’0000-00-00 00:00:00’) and Section != ‘about’ and Section != ‘gallery’ on line 82
Tag error: <txp:article limit=“5” /> -> Textpattern Warning: Table ‘./b6_3660991_tp/textpattern’ is marked as crashed and should be repaired
select *, unix_timestamp(Posted) as uPosted, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = ’0000-00-00 00:00:00’) and Section != ‘about’ and Section != ‘gallery’ order by Posted desc limit 0, 5 on line 82@
Posts are not visible at all.
Offline
#4 2010-03-20 01:32:34
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: There's something wrong...
Table ‘./b6_3660991_tp/textpattern’ is marked as crashed and should be repaired
The ‘textpattern’ table is where your articles are stored, that’s why your posts disappeared. To repair the table you need access to the database. If your hosting company provides phpMyAdmin, you can select a table, then use the “Repair table” option under the Operations tab.
Offline
Pages: 1