I've just returned from holidays and having problems with my site, which is making me very stressed again
When I log in and go to Categories/Products, I get the following error:
[indent]1054 - Unknown column 'c.categories_id' in 'field list'
select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where c.categories_id = cd.categories_id and cd.language_id = '1' and c.parent_id = '0' order by c.sort_order, cd.categories_name
[TEP STOP][/indent]
I have spent the last 2 hours reading forum threads but can't seem to find someone with the exact same issue (although lots of similar ones). Given that the site was working find the past few months and I haven't changed anything, I'm wondering if my server has changed something. These are my server versions:
MySQL version 4.1.21-standard
PHP version 4.4.4
I also found my way to phpMyAdmin and can see that categories_description has a categories_id field.
I am at a loss for what to change without worsening the issue, but cannot access any categories or products on my site. I have spent countless hours on the site updating products and cannot afford to re-install. The site also appears to be missing the customers from the previous months and I'm not sure if this is related.
Please help as I'm getting quite desperate!
Thanks















