Not signed in (Sign In)

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

    • CommentAuthorgc40
    • CommentTimeAug 28th 2007
     
    Greetings All,
    I installed plogger to /mywebsite.com/gallery/

    Everything was working fine. Then I created a file in my root directory called gallery.php

    Gallery.php has the right syntax and everything is working the way it should, however, when I go to view larger images, I get this error:


    Not Found

    The requested URL /gallery.phpimages/album/subalbum/image.jpg was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    The correct link to view the image should be: /gallery/images/album/subalbum/image.jpg

    How do I fix it? I checked the code out, and the problem is: plogger_get_source_picture_path()
    It is telling the code to get the image source from the basefil. However, since I am not using a folder/index.php, I am using just gallery.php and thus, the missing "/" along with the .php is causing an error. How do I fix this?
    • CommentAuthorjammindice
    • CommentTimeAug 28th 2007
     
    yep i had same problem, what you want to do is:

    search plog-functions.php for the plogger_get_source_picture_url function

    Then change the $config['basurl'] to $config['gallery_url']
    Thankful People: ushanka