I'm hoping I am just missing something obvious. I've installed Version Beta 3. As long as I reference the gallery directly (http://www.mywebsite.com/gallery/index.php) everything is OK. However, if I try to get to the gallery through another webpage using the <?php the_gallery(); ?> statement then I get an error message. It appears the gallery is attaching to the store's database instead of the plogger database.
The error message that pops up is:
Table 'artstore.plogger_pictures' doesn't exist SELECT COUNT(DISTINCT `parent_collection`) AS `num_items` FROM `plogger_pictures`
artstore is the database used by my existing ecommerce site.
Thanks for any pointers that you may be able to provide.
I should probably clarrify that artstore is the database used for products in the webstore and another database, photos, is used for the photo gallery that is supposed to be used by Plogger.