WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2227 closed defect (bug) (fixed)

SCRIPT_FILENAME in wp-settings.php causes error message for Windows servers

Reported by: filosofo Owned by: anonymous
Priority: normal Milestone:
Component: General Version: 2.0
Severity: normal Keywords: SCRIPT_FILENAME wp-settings.php
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)

comment:1 davidhouse7 years ago

Sounds like those servers have showing E_NOTICEs enabled. Can we not do a call such as error_reporting(E_ALL E_NOTICE); ?

comment:2 ryan7 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3408]) Check if SCRIPT_FILENAME is set to avoid warnings. fixes #2227

comment:3 ryan7 years ago

  • Milestone changed from 2.0 to 2.0.1

comment:4 anonymous7 years ago

  • Milestone 2.0.1 deleted

Milestone 2.0.1 deleted

Note: See TracTickets for help on using tickets.