I've installed Plogger and it works fine standalone. I've created a collection and an album within that with 4 images. Now I'm trying to integrate Plogger into a lightweight CMS called SkyBlueCanvas. I've created what is called a module with the PHP code as indicated in the Integration instructions and included that in the appropriate page.
I don't get an error, but I do get a message saying "No Collections Yet". I traced that back in the code and have figured out that Plogger seems to not be loading the global VARS and therefore is never making any calls to the database. This ONLY happens on the integrated page. Plogger on its own is just fine.
Plogger itself resides within a sub-directory titled "plogger". My includes code path is: <?php include("plogger/gallery.php"); ?>
I'm guessing that somewhere in the code it's not resolving the proper path to call the global vars but I haven't been able to figure out where yet. All the other code seems to be working fine.
I've included a link to the integrated page for reference: http://www.wheelchairbulls.com/index.php?pid=19
And here is a link to the working standalone plogger install for verification: http://www.wheelchairbulls.com/plogger/
Any help or pointers would be greatly appreciated.