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/gandbol/public_html/naprokat.com/textpattern/lib/txplib_db.php on line 82
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 ID=36 and Status in (4,5) in /home/gandbol/public_html/naprokat.com/textpattern/lib/txplib_db.php on line 82
tag_error <txp:if_custom_field name="zagolovok"> -> Textpattern Notice: error_article_context on line 2078
tag_error <txp:article limit="3" /> -> 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 ID = 36 and Status = 4 limit 1 on line 82
tag_error <txp:recent_articles label="" section="articles" limit="7" break="li" /> -> Textpattern Warning: Unknown column 'Expires' in 'where clause'
select *, id as thisid, unix_timestamp(Posted) as posted from textpattern where Status = 4 and Section IN ('articles') and Posted <= now() and (now() <= Expires or Expires = 0) order by Posted desc limit 0,7 on line 82
Статьи
tag_error <txp:recent_articles label="" section="news" limit="7" break="li" /> -> Textpattern Warning: Unknown column 'Expires' in 'where clause'
select *, id as thisid, unix_timestamp(Posted) as posted from textpattern where Status = 4 and Section IN ('news') and Posted <= now() and (now() <= Expires or Expires = 0) order by Posted desc limit 0,7 on line 82
Новости
tag_error <txp:recent_comments label="" limit="7" break="li" /> -> Textpattern Warning: Unknown column 't.Expires' in 'where clause'
select d.name, d.email, d.web, d.message, d.discussid, unix_timestamp(d.Posted) as time, t.ID as thisid, unix_timestamp(t.Posted) as posted, t.Title as title, t.Section as section, t.url_title from txp_discuss as d inner join textpattern as t on d.parentid = t.ID where t.Status >= 4 and (now() <= t.Expires or t.Expires = 0) and d.visible = 1 order by d.posted desc limit 0,7 on line 82