Well most of these aint really problems, especially the notices. All you have to do is to disable notice errors in php.ini. For the strict standard error, go to /classes/class_radiolist.php and change:
	PHP Code:
	
		
			
public function add(){ 
		
	
 to this:
	PHP Code:
	
		
			
public function add(GUIComponent $component = NULL, $index = -1){ 
		
	
 and the strict standard error should go away as well.