I fixed it!! I found this info, i’m not the first one.
Change in how WP 3.2 handles calls it seems, edit widgets.php in your favorite program and go to line 404
Find:
$this->WP_Widget_Tag_Cloud()
Replace with:
parent::__construct();
Everything should return to normal after that.