[wp-trac] [WordPress Trac] #17286: Problems with require_once with php 5.3..5
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 29 21:32:33 UTC 2011
#17286: Problems with require_once with php 5.3..5
----------------------------+------------------------------------
Reporter: cardy_web | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.1
Severity: critical | Keywords: has-patch dev-feedback
----------------------------+------------------------------------
I've upgraded my server to php 5.3.5 from 5.2.16 few months ago without
any problems. Wordpress worked like a charme until I've tried to go to the
admin area where I received a blank page.
I enabled WP_DEBUG and I've found that function wp_dashboard_setup()
didn't exists.
I've fixed this problem replacing require_once directive with require on
line 10 and 14 in wp-admin/index.php
I've done the same replacement on nav-menus.php and update-core.php.
I've changed no setting or installed any new plugin so I think the problem
is caused by some unknown incompatibilities.
The solution worked very well without any noticeable side effect.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17286>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list