I spent another 6 hours on this tonight and still i'm no where.. Actually that isn't true. It seems the error i get changes depending on where i stick the wordpress loop.
I cleared out the define_main_page.php so it was totally blank. My site started to work again. (with no wordpress)
So i decided to paste my wordpress loop in the tpl_footer.php to see if that worked. Then i got this error.
Code:
1146 Table 'wordpress.banners' doesn't exist
in:
[select banners_id, banners_title, banners_image, banners_html_text, banners_open_new_windows, banners_url from banners where status = 1 and ( banners_group = 'Wide-Banners') order by rand()]
Which is funny because now it's complaining about banners. So i trimmed down the loop and just pasted this in the tpl_footer.php
Code:
<?php require('wordpress/wp-blog-header.php'); ?>
and i get the error.
I 've also tryed
Code:
<?php require('./wordpress/wp-blog-header.php'); ?>
and
Code:
<?php require('/wordpress/wp-blog-header.php'); ?>
With the same result.
So i don't know what's going on. All i can tell is zen cart is hating the wp-blog-header.php file for some weird reason.
I've looked up and down this site and the WP site to no avail.
Help!