I've installed it here on my server, http://carltonoaksgolf.com/gallery-test/index.php I like some one's guidance who actually knows how to do it. Thanks.
You provide so little infos that giving help turn into a quiz. But when looking into the source page, you can see this error: <script type="text/JavaScript"> Path is not a directory: ../special-events/images Then i supposed you need to specify full url path to work! JAP
Thanks for your response. I just noticed the info I provided was too little to help. I appreciate you noticed. Well, the problem is I installed the E(2) photo gallery script. The place I installed it to is http://carltonoaksgolf.com/gallery-test Then as per the E2 docs (http://www.e2interactive.com/e2_photo_gallery/documentation.php), I opened the config.php, specified the images and imagethumbs path to ../special-events/images and ../special-events/imagethumbs respectively. Then I used the uploader to upload images, the images also are uploaded fine to the correct directory. But the index page shows nothing, just an empty page. Why is that so? and what can I specifically do to correct this issue? Thanks Jap.
Ok, but i still say the problem is into your path. You uploaded images and thumbs into http://carltonoaksgolf.com/gallery-test/special-events/images/ then you put in config.php path as ../special-events/images this mean to look into path http://carltonoaksgolf.com/special-events/images/ but not found. Try to put path in config.php like this: special-events/images (same for thumbs) removing ../ JAP