Quote Originally Posted by boyemillar View Post
I'm Getting this error on where the sidebox should appear...

1054 Unknown column 'p.products_date_available' in 'where clause'
in:
[select p.faqs_id from faqs p where p.faqs_status = '1' and p.products_date_available >=20061104 limit 1]

Any ideas

This is a known bug and i'll also get this changed, this piece of code:


Code:
p.products_date_available
needs to be changed to

Code:
p.faqs_date_available
i'll try and make an effort to get this contrib updated and looking good.

Derek
perfectdesigning.net