[wp-trac] [WordPress Trac] #14632: Apache aborting after upgrade to 3.0
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 18 08:38:20 UTC 2010
#14632: Apache aborting after upgrade to 3.0
--------------------------+-------------------------------------------------
Reporter: donpaolo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
I Upgraded my wordpress installation to 3.0 (windows platform), and now
every once and while Apache aborts due to this error:
[Wed Aug 18 04:50:18 2010] [apc-error] Cannot redeclare class wp_locale in
D:\serverweb\qumranblog\wp-settings.php on line 251. [Wed Aug 18 04:50:18
2010] [crit] Parent: child process exited with status 2 -- Aborting.
Line 251 of wp-settings.php:
require( ABSPATH . WPINC . '/locale.php' );
changing it to
require_once( ABSPATH . WPINC . '/locale.php' );
should solve the problem.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14632>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list