Hey guys,
Something rather interesting is happening and I can’t figure out the solution.
I have 3 different databases on my server. The embed files inside my templates seem to be calling the right tables but in the wrong database. Here’s the error:
MySQL ERROR:
Error Number: 1146
Description: Table ‘db36199_adserver.exp_template_groups’ doesn’t exist
Query: SELECT exp_templates.template_name, exp_templates.template_id, exp_templates.template_data, exp_templates.template_type, exp_templates.edit_date, exp_templates.save_template_file, exp_templates.cache, exp_templates.refresh, exp_templates.no_auth_bounce, exp_templates.enable_http_auth, exp_templates.allow_php, exp_templates.php_parse_location, exp_templates.hits, exp_template_groups.group_name FROM exp_template_groups, exp_templates WHERE exp_template_groups.group_id = exp_templates.group_id AND exp_template_groups.site_id = ‘1’ AND exp_templates.template_name = ‘page_header’ AND exp_template_groups.group_name = ‘noozhawk’
The query is calling the ‘db36199_adserver where it should be calling ‘db36199_nhawkee’.
Any thoughts on this?
Thanks