Hi!
I developed a custom theme for ZP using the instructions for a ZP/WP integrated theme found at ruzee.com. (I actually hard-coded the header in instead of calling it so that I could customize the navigation.)
The theme works just fine locally, and looks great. (PHP version 5.2.1, MySQL version 5.0.38-Ubuntu_0ubuntu1-log.) ZP installs just fine on my shared hosting server, and actually runs perfectly when I'm using any one of the included themes. But when I try to use my custom theme, ZP dies as soon as it hits the loop (`<?php while (next_album()):?>` on index.php) with the following error message:
`MySQL Query ( SELECT folder, sort_order FROM 'albums' ORDER BY sort_order ) Failed. Error: Table 'bsd_wordpress.albums' doesn't exist`
The shared hosting service is using PHP 5 (not sure of the full version) and MySQL 4.1.14
Any ideas about what I'm doing wrong? I'm kinda stumped, since it works just fine locally. `cache` and `albums` are at 0777 on the server, and as far as I know, .htaccess and zp-config.php are configured correctly. And like I said, the included themes work fine.
I should also tell you that according to phpMyAdmin, the tables [i]are[/i] there.