Clean Install: widgets.php, plugins.php, profile.php not working!
-
I recently installed WordPress 3.1 (clean install) and things appeared fine until attempting to access via the admin dashboard: the Widgets panel, the Plugins panel, and the Your Profile panel. I received the following errors:
wp-admin/widgets.php
Warning: require_once(/home/user/public_html/blog/wp-admin/includes/widgets.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/public_html/blog/wp-admin/widgets.php on line 13
Fatal error: require_once() [function.require]: Failed opening required ‘/home/user/public_html/blog/wp-admin/includes/widgets.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/user/public_html/blog/wp-admin/widgets.php on line 13
wp-admin/plugins.php
Fatal error: Class ‘WP_Plugins_List_Table’ not found in /home/user/public_html/blog/wp-admin/includes/list-table.php on line 41
wp-admin/profile.php
Fatal error: Call to undefined function get_user_to_edit() in /home/user/public_html/blog/wp-admin/user-edit.php on line 149
Additional information:
PHP version 5.3.3
MySQL server version 5.0.91-community
MySQL client version: 4.1.22Thank you in advance for your time, it is greatly appreciated.
Sincerely,
Capn Jav
- The topic ‘Clean Install: widgets.php, plugins.php, profile.php not working!’ is closed to new replies.