Hi.. I'm new to php. I was able to install plogger for my website. I just made two collections with random images. I'm able to view the page only with links, thumbnails not appearing. Links are navigating correctly. In my file system on server, I'm able to see the generated thumbnails but not able to view the same on index.php .. please help me.. My site : http://www.kudallur.com/plogger/index.php
Your theme and image links are showing up with index.php in the URL and that shouldn't be there. For example:
Stylesheet-current: http://www.kudallur.com/plogger/index.php/themes/default//gallery.css Should be: http://www.kudallur.com/plogger/themes/default//gallery.css
Thumbnails-current: http://www.kudallur.com/plogger/index.php/thumbs/10-376942.jpg Should be: http://www.kudallur.com/plogger/thumbs/10-376942.jpg
Did you include index.php in the gallery url in the admin panel on the Options page? If so, you need to change it to: http://www.kudallur.com/plogger/ and that should fix your problems.