Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#13030 closed defect (bug) (fixed)

Fresh install on XAMPP gives fatal error

Reported by: johnbillion Owned by: dd32
Priority: normal Milestone: 3.0
Component: Upgrade/Install Version: 3.0
Severity: critical Keywords:
Cc: Focuses:

Description

Trying to do a fresh install of trunk at r14100 on XAMPP (Apache on Vista).

After entering database connection details on the "Setup Configuration File" screen, submitting the form gives a blank screen. Can't even get any errors to show up with error_reporting set to E_ALL | E_STRICT.

No idea how to debug this without visible errors. Suggestions?

Change History (5)

#1 follow-up: @nacin
16 years ago

  • Milestone Unassigned3.0

I run XAMPP and haven't had a problem. Was that the error_reporting() level in setup-config.php you're referring to?

#2 in reply to: ↑ 1 @johnbillion
16 years ago

Replying to nacin:

Was that the error_reporting() level in setup-config.php you're referring to?

No, I have a PHP file that is included globally using auto_prepend_file and I set error_reporting in there. I wasn't aware that the error_reporting value was being overridden in setup-config.php

So now I've changed the value there and we are getting a fatal PHP error:

Fatal error: Call to undefined function wp_cache_get() in D:\sites\trunk\wp-includes\functions.php on line 329


PS sorry for the delayed reply, wp-trac didn't notify me of your comment

#3 @johnbillion
16 years ago

  • Summary Fresh install on XAMPP gives blank screenFresh install on XAMPP gives fatal error

#4 @nacin
16 years ago

[14361] Prevent fatal error when falling back to fsockopen in the setup-config.php key/salt HTTP request. fixes #13030.

Debug cruft removed in [14363]

#5 @nacin
16 years ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.