Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2013 at 10:17 UTC
Updated:
9 Jun 2013 at 20:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
devin carlson commentedIt sounds like IIS is omitting
REQUEST_URI.I'm not overly familiar with IIS but you'll either want to ensure that it is including
$_SERVER['REQUEST_URI']or Metatag itself might want to add a check for the variable and attempt to determine the variable itself (see Fixing IIS and PHP Variables).Comment #2
damienmckennaAh, a small but important bug report. Thanks for reporting it, I'll get this fixed soon.
Comment #3
damienmckennaA simple patch.
Comment #5
damienmckenna#3: metatag-n1995284-3.patch queued for re-testing.
Comment #6
damienmckennaCommitted.