Hello,

I followed every instruction to intall Unimate SEO files onto my server. Then the site is completely down. The error information is like this"

1054 Unknown column 'c.parent_id' in 'on clause'
in:
[SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName FROM categories c, categories_description cd LEFT JOIN categories_description cd2 ON c.parent_id=cd2.categories_id AND cd2.language_id='1' WHERE c.categories_id=cd.categories_id AND cd.language_id='1']

When I deleted the include/auto_loaers/configure.ultimate.seo.php, the site came back as normal. Why? What is the problem? How should I fix it?

On my .htaccess file, I have this:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^.loveinrose\.com [nc]
RewriteRule (.*) http://www.loveinrose.com/$1 [R=301,L]

Is this right? Please check my site www.loveinrose.com. Thank you for help!!