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)
#2
in reply to: ↑ 1
@
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
@
16 years ago
- Summary Fresh install on XAMPP gives blank screen → Fresh install on XAMPP gives fatal error
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I run XAMPP and haven't had a problem. Was that the error_reporting() level in setup-config.php you're referring to?