Fresh install of DC 7.x-3.2 on IIS7, using SQL Server 2008 back end.
Using Drupal 7 SQL Server driver sqlsrv 7.x-1.2
No errors/warnings on install. When clicking on Groups or Events in front page of DC, I get this warning notice:
Notice: Undefined index: REQUEST_URI in metatag_page_build() (line 1153 of C:\inetpub\wwwroot\eWayLite\profiles\commons\modules\contrib\metatag\metatag.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | metatag-n1995284-3.patch | 529 bytes | damienmckenna |
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.