Wordpress PHP Error

Status
Not open for further replies.

wolf693

New Member
Messages
112
Reaction score
0
Points
0
I have had Wordpress installed on my account for the past few weeks. Upon installing I recieved an error and I upgraded my PHP version to v2. I was able to successfully install it and continue working. Now, whenever I try to login, immediately after I click "Login", I get the following error message;

Fatal error: Call to undefined function wp_register_sidebar_widget() in /home/wolf693/public_html/wp-admin/includes/dashboard.php on line 31

I'm not sure why this would be happening. I have been able to successfully login without getting this error message. I looked at that location and on line 31 I have the following text;

Code:
 wp_register_sidebar_widget( 'dashboard_recent_comments', __( 'Recent Comments' ), 'wp_dashboard_recent_comments',

Do I need to upgrade to v3 or is there something else I need to do?
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Reupload the /home/wolf693/public_html/wp-admin/includes/dashboard.php file.
The wp_register_sidebar_widget() code is missing.
 
Status
Not open for further replies.
Top