Warning: Unknown column 'load_order' in 'order clause'
select name, code, version from txp_plugin where status = 1 AND type IN (0,1) order by load_order in /home/wannagre/public_html/textpattern/lib/txplib_db.php on line 82
tag_error <txp:sitename /> -> Textpattern Notice: deprecated_tag on line 1098
tag_error <txp:recent_articles limit="5" break="<br />" sortby="Posted" sortdir="desc" /> -> Textpattern Warning: Unknown column 'Expires' in 'where clause'
select *, id as thisid, unix_timestamp(Posted) as posted from textpattern where Status = 4 and Posted <= now() and (now() <= Expires or Expires = 0) order by Posted desc limit 0,5 on line 82
tag_error <txp:article_custom form="wisdom" limit="2" section="wisdom" sortby="Posted" sortdir="desc" sort="rand()" /> -> Textpattern Warning: Unknown column 'Expires' in 'field list'
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 = 0) and Section IN ('wisdom') order by Posted desc limit 0, 2 on line 82
tag_error <txp:article /> -> Textpattern Warning: Unknown column 'Expires' in 'where clause'
select count(*) from textpattern where 1=1 and Status = 4 and Posted <= now() and (now() <= Expires or Expires = 0) and Section != 'about' and Section != 'wisdom' on line 82
tag_error <txp:article /> -> Textpattern Warning: Unknown column 'Expires' in 'field list'
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 = 0) and Section != 'about' and Section != 'wisdom' order by Posted desc limit 0, 10 on line 82