[wp-trac] [WordPress Trac] #19651: Fatal error for new installs after r19602
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 30 05:21:34 UTC 2011
#19651: Fatal error for new installs after r19602
--------------------------+------------------
Reporter: greuben | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4
Component: General | Version: 3.3
Severity: critical | Resolution:
Keywords: has-patch |
--------------------------+------------------
Changes (by emiluzelac):
* cc: emil@… (added)
Comment:
This is what I got upon wp-config.php removal:
{{{
Warning: require(/WPINC/option.php) [function.require]: failed to open
stream: No such file or directory in /wp-includes/functions.php on line 8
}}}
and
{{{
Fatal error: require() [function.require]: Failed opening required
'/WPINC/option.php'
(include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /wp-
includes/functions.php on line 8
}}}
Not sure if this is related or if it will help you guys. Mine was
purposely removed and stumbled upon this ticket by an accident.
Once I added on line 49
{{{
define( 'WPINC', 'wp-includes' );
}}}
Voila, all works great. Thanks Nacin and greuben for reporting!
Emil
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19651#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list