Tag error: <txp:article form="default" listform="excerpt" limit="5" searchsticky="0" /> -> Textpattern Warning: Incorrect key file for table 'textpattern'; try to repair it
select count(*) from textpattern where 1=1 and Status = 4 and Posted <= now() and (Category1 IN ('puppets') or Category2 IN ('puppets')) and Section != 'about' and Section != 'archive' on line 81
Tag error: <txp:article form="default" listform="excerpt" limit="5" searchsticky="0" /> -> Textpattern Warning: Incorrect key file for table 'textpattern'; try to repair it
select *, unix_timestamp(Posted) as uPosted from textpattern where 1=1 and Status = 4 and Posted <= now() and (Category1 IN ('puppets') or Category2 IN ('puppets')) and Section != 'about' and Section != 'archive' order by Posted desc limit 0, 5 on line 81
Tag error: <txp:wet_recent_comments limit="5" showcomment="yes" maxwords="30" striptags="yes" wraptag="ul" break="li" class="in" /> -> Textpattern Warning: Incorrect key file for table 'textpattern'; try to repair it
select txp_discuss.*,txp_discuss.posted as comment_posted,textpattern.* from txp_discuss left join textpattern on textpattern.ID = txp_discuss.parentid where txp_discuss.visible='1' order by txp_discuss.posted desc limit 5 on line 81