SHOPPING
BRANDS
|
|
| |
| Showing 1 to 1 (of 1 articles) |
Page(s): 1 |
|
 |
Warning: mysql_query(): Unable to save result set in /home/lukesallnatural/public_html/includes/functions/database.php on line 55
1030 - Got error 28 from storage engine
select a.articles_id, a.authors_id, a.articles_date_added, ad.articles_name, ad.articles_head_desc_tag, au.authors_name, td.topics_name, a2t.topics_id
from articles a,
articles_description ad,
authors au,
articles_to_topics a2t,
topics_description td
where a.articles_status = '1'
and (a.articles_date_available is null or to_days(a.articles_date_available) <= to_days(now()))
and au.authors_id = '26'
and a.authors_id = '26'
and a.articles_id = a2t.articles_id
and ad.articles_id = a2t.articles_id
and a2t.topics_id = td.topics_id
and ad.language_id = '1'
and td.language_id = '1'
order by a.articles_date_added desc, ad.articles_name limit 0, 10
TEP_DB_ERRORR
| | | | |