Not signed in (Sign In)

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

    • CommentAuthorNeil_D
    • CommentTimeSep 27th 2011
     
    Hi guys, just installed Plogger Version 1.0 RC1 with no problems however when viewing the gallery page I'm getting this error at the top of the page.

    Notice: Undefined index: REQUEST_URI in D:\vhosts\rapweb.co.uk\httpdocs\arc\gallery\plogger.php on line 46

    Line 46 is;

    $parts = parse_url($_SERVER['REQUEST_URI']);

    Is this a permissions error? Or a version of Plogger error? Or a server error?

    Much appreciated.
    • CommentAuthorNeil_D
    • CommentTimeSep 27th 2011
     
    Update: I've managed to get rid of this error by replacing REQUEST_URI with HTTP_HOST

    Not sure if this is correct of if they'll be any repercussions, but for now it seems to be working (just get to get my baseurl stuff fixed now! Help please! :D)