New User – Couple Issues after 1st Time IIS Install
-
Hi all. This is my first installation of WP. I’m comfortable with editing php and familiar with MySQL
This is a clean install. Version 2.5.1 Just downloaded this afternoon.
Installed on IIS 6 Windows 2003 server.
PHP 5.1.4
MySQL 4.1.7Issue number 1 doesn’t seem to be that big of a deal because it’s not causing any real problems but in the admin area on some pages for example when editing users at the top of the page there’s an error
Notice: Undefined index: REQUEST_URI in c:\Inetpub\wwwroot\blog\wp-settings.php on line 81
Apparently that’s part of the “Fix for IIS, which doesn’t set REQUEST_URI”
The second issue I have no idea what’s causing it or what to do about it because of my unfamiliarity with WP’s code. You can see the problem if you visit the new blog install
https://www.alaron-nuclear.com/blogAll of the links related to the blog have their path’s screwed up. For example if you mouseover the “LogIn” link near the bottom, the path is https://www.alaron-nuclear.com/?step=2/wp-login.php If you click it obviously it 404’s as ?step=2 directory doesn’t exist and redirects to my company home page which is what I have my server set to do (we host the site ourselves). The same is true of the other links Uncategorized, Edit, 1 Comment, About, May 2008, etc., in effect making the blog unusable.
I suspected that the correct link to log out (I am logged in as admin in Firefox) was https://www.alaron-nuclear.com/blog/wp-login.php?action=logout Seemed to be the correct assumption but it through up the following error that seems to be related to the same problem with the IIS fix.
Notice: Undefined index: REQUEST_URI in c:\Inetpub\wwwroot\blog\wp-settings.php on line 81
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-login.php on line 202
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-login.php on line 214
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 570
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 571
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 574
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 575
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 576
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 577
Warning: Cannot modify header information – headers already sent by (output started at c:\Inetpub\wwwroot\blog\wp-settings.php:81) in c:\Inetpub\wwwroot\blog\wp-includes\pluggable.php on line 690
This blog is for my company’s president so it’s important that I get it up and running as quickly as possible. I’m hoping that someone who’s done an IIS install knows how to fix this.
//added note – I am not using IIS mod_rewrite or IIS Isapi_Rewrite
Thanks
Mark Bowker
System Admin
Alaron Corporation.
- The topic ‘New User – Couple Issues after 1st Time IIS Install’ is closed to new replies.