#2227 closed defect (bug) (fixed)
SCRIPT_FILENAME in wp-settings.php causes error message for Windows servers
Reported by: | filosofo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0 |
Component: | General | Keywords: | SCRIPT_FILENAME wp-settings.php |
Focuses: | Cc: |
Description
I apologize if this has already been reported, but I couldn't find the ticket. I'm sure there's a simple solution, but I don't have a Windows server to experiment with, so sorry there's no patch.
http://wordpress.org/support/topic/54355
http://wordpress.org/support/topic/54944
Change History (4)
Note: See
TracTickets for help on using
tickets.
Sounds like those servers have showing E_NOTICEs enabled. Can we not do a call such as error_reporting(E_ALL E_NOTICE); ?