Hello,
I've gotten your gallery to work on my server.
http://mantifangmedia.com/storetest/2index.php
But, I am trying to integrate the index.php code into my site.
http://mantifangmedia.com/storetest/product_info.php?cPath=1_4&products_id=1
I've changed all href and src to locate the files correctly. The only thing I wonder is if this line of code is legal?
<?php
require_once "http://mantifangmedia.com/storetest/config.php";
require_once "http://mantifangmedia.com/storetest/getfolders.php";
?>
If you setup a new gallery and don't load images, the site looks like what mine is doing. So it seems like there is an issue with getting to the folder?
Thank you for your time and assistance.