Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() Solved !

After updating WordPress to 3.2.1. I get an error

Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in /home/10/public_html/mydomain.com/wp-content/themes/arras/library/widgets.php on line 404

 

To Fix this go to /wp-content/themes/arras/library/widgets.php

Find :

function Arras_Widget_Tag_Cloud() {

$this->WP_Widget_Tag_Cloud();

}

Change To :

function Arras_Widget_Tag_Cloud() {

parent::__construct();

}

 

Do you find this post useful?



Related Posts Plugin for WordPress, Blogger...

Comments

Total Views :6,329
avatar

About Gamer

Gamer