Not signed in (Sign In)

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

  1.  
    Hi, dear friends,
    I am getting this error.

    Notice: Undefined index: REQUEST_URI in C:\Inetpub\vhosts\kurumbhu.com\httpdocs\plogger\plogger.php on line 46

    whats the meaning
    • CommentAuthorRogee
    • CommentTimeAug 10th 2010
     
    Line 46 is using the parse_url function on the REQUEST_URL server variable. However, REQUEST_URI apparently doesn't work on IIS servers. I can see you are running IIS (from your error message).

    I just had the same problem after upgrading Plogger. I found a solution on this blog: http://davidwalsh.name/iis-php-server-request_uri

    Basically, I used his code and pasted it near the top of plogger.php. The error message is now gone!