Hi,
I set up my EE Website on local dev. environment with MAMP (1.9, PHP 5.3.2, MySQL 5.1.44), where all it works like should. I followed the Instructions Manual ‘Moving ExpressionEngine to Another Server’, tested my live hosting with the ee wizard, where all test sucessfully passed.
After all, I got on my live Serverhosting some ‘Database Errors’ with ‘Error Number: 1054’. Seems like Database connections are working but what does it mean:
Index Site:
Error Number: 1054
Unknown column 'id' in 'field list'
SELECT `id`, `url`, `m_field_id`, `m_field_name`, `m_field_fmt` FROM (`exp_member_fields`)
Filename: modules/channel/mod.channel.php
Line Number: 1005admin.php:
Error Number: 1054
Unknown column 'site_id' in 'where clause'
SELECT * FROM (`exp_members`) WHERE `site_id` = '1' AND `last_activity` < 1313497817
Filename: models/member_model.php
Line Number: 280Thanks for any hints!