Title: Fatal Error, How do we fix?
Last modified: August 20, 2016

---

# Fatal Error, How do we fix?

 *  [ginreviews](https://wordpress.org/support/users/ginreviews/)
 * (@ginreviews)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-how-do-we-fix/)
 * getting
 * Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud()
   in /home/klinete1/public_html/ruddytrade.com/wp-content/themes/arras/library/
   widgets.php on line 404
 * when going to [http://www.ruddytrade.com](http://www.ruddytrade.com)
 * Here is code
    402 class Arras_Widget_Tag_Cloud extends WP_Widget_Tag_Cloud { 
   403 function Arras_Widget_Tag_Cloud() { 404 $this->WP_Widget_Tag_Cloud(); 405}
   406 407 function widget( $args, $instance ) {
 * any idea how to fix?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-how-do-we-fix/#post-2182096)
 * Read [http://www.arrastheme.com/forums/topic6442-15-arras-1501-and-wordpress-32-beta-1.html](http://www.arrastheme.com/forums/topic6442-15-arras-1501-and-wordpress-32-beta-1.html)
   to fix or upgrade to 1.5.1
 * [http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=8](http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=8)
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-how-do-we-fix/#post-2182104)
 * Also: this issue has been reported, repeatedly, all over the forums. Did you 
   try searching before posting?
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-how-do-we-fix/#post-2182106)
 * Chip! Searching? Really? :^)
 *  Thread Starter [ginreviews](https://wordpress.org/support/users/ginreviews/)
 * (@ginreviews)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-how-do-we-fix/#post-2182137)
 * Solution that has worked so far
 * Hi – I got the error message about widget.php line 104 error. I found the fix
   at the Buddy Press forums.
    So if you upgraded, this should fix it and your site
   will be up and running again.
 * go into your wp-content/themes/arras/library/widgets.php and change the following
   code in the file:
 * $this->WP_Widget_Tag_Cloud();
 * to:
 * parent::__construct();
 * If you have buddypress check out this page to fix it:
 * [http://buddypress.org/community/groups/](http://buddypress.org/community/groups/)…
   rade-read/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fatal Error, How do we fix?’ is closed to new replies.

## Tags

 * [Arras](https://wordpress.org/support/topic-tag/arras/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [ginreviews](https://wordpress.org/support/users/ginreviews/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-how-do-we-fix/#post-2182137)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
