View Single Post
  #43  
Old 01-27-2014, 12:48 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 332,445
Hall of Famer is on a distinguished road
Default

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.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.