In the Public Library, you will find short articles and videos about coping with behavioural challenges associated with the onset of Alzheimer's disease and other dementias.
Error
An error occured in a database query!
Context:
File
tiki-wiki_rss.php
Url
tiki-wiki_rss.php?ver=2
Query:
select `tiki_articles`.*,
`tiki_article_types`.`use_ratings`,
`tiki_article_types`.`show_pre_publ`,
`tiki_article_types`.`show_post_expire`,
`tiki_article_types`.`heading_only`,
`tiki_article_types`.`allow_comments`,
`tiki_article_types`.`show_image`,
`tiki_article_types`.`show_avatar`,
`tiki_article_types`.`show_author`,
`tiki_article_types`.`show_pubdate`,
`tiki_article_types`.`show_expdate`,
`tiki_article_types`.`show_reads`,
`tiki_article_types`.`show_size`,
`tiki_article_types`.`show_topline`,
`tiki_article_types`.`show_subtitle`,
`tiki_article_types`.`show_linkto`,
`tiki_article_types`.`show_image_caption`,
`tiki_article_types`.`show_lang`,
`tiki_article_types`.`creator_edit`
from `tiki_articles`, `tiki_article_types`
where ( `tiki_articles`.`type`=? ) and (`tiki_articles`.`publishDate`<? or `tiki_article_types`.`show_pre_publ`='y') and (`tiki_articles`.`expireDate`>? or `tiki_article_types`.`show_post_expire`='y') and `tiki_articles`.`type` = `tiki_article_types`.`type` order by `lastModif` desc
Values:
0
news
1
1283671480
2
1283671480
Message:
Unknown column 'lastModif' in 'order clause'
Built query was probably:
select `tiki_articles`.*,
`tiki_article_types`.`use_ratings`,
`tiki_article_types`.`show_pre_publ`,
`tiki_article_types`.`show_post_expire`,
`tiki_article_types`.`heading_only`,
`tiki_article_types`.`allow_comments`,
`tiki_article_types`.`show_image`,
`tiki_article_types`.`show_avatar`,
`tiki_article_types`.`show_author`,
`tiki_article_types`.`show_pubdate`,
`tiki_article_types`.`show_expdate`,
`tiki_article_types`.`show_reads`,
`tiki_article_types`.`show_size`,
`tiki_article_types`.`show_topline`,
`tiki_article_types`.`show_subtitle`,
`tiki_article_types`.`show_linkto`,
`tiki_article_types`.`show_image_caption`,
`tiki_article_types`.`show_lang`,
`tiki_article_types`.`creator_edit`
from `tiki_articles`, `tiki_article_types`
where ( `tiki_articles`.`type`='news' ) and (`tiki_articles`.`publishDate`<'1283671480' or `tiki_article_types`.`show_pre_publ`='y') and (`tiki_articles`.`expireDate`>'1283671480' or `tiki_article_types`.`show_post_expire`='y') and `tiki_articles`.`type` = `tiki_article_types`.`type` order by `lastModif` desc