Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorfahad44
    • CommentTimeNov 21st 2008
     
    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
    •  
      CommentAuthorkimparsell
    • CommentTimeNov 21st 2008
     
    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.