Install 0.11.2 IIS6 PHP 4.3.10
Posted: Wed Dec 28, 2005 3:30 pm
Hey folks -- I'm bitten once again by the IIS lack of "real" server variables once again.
After upgrading from 0.10.4 to 0.11.2, at the top of each page, I get a notice that REQUEST_URI is undefined at (path...to... index.php) line 24.
I fixed this in this version by adding
$_SERVER['REQUEST_URI'] = $_SERVER['PHP_SELF'] . '?' . $_SERVER['QUERY_STRING'];
at the top of index.php just after the comments, and this seems to fix it.
But, I know how to fix this, whereas everyone else might not.
Thanks
Angelo
After upgrading from 0.10.4 to 0.11.2, at the top of each page, I get a notice that REQUEST_URI is undefined at (path...to... index.php) line 24.
I fixed this in this version by adding
$_SERVER['REQUEST_URI'] = $_SERVER['PHP_SELF'] . '?' . $_SERVER['QUERY_STRING'];
at the top of index.php just after the comments, and this seems to fix it.
But, I know how to fix this, whereas everyone else might not.
Thanks
Angelo