Thread: Error messages~
View Single Post
  #13  
Old 06-25-2014, 06:43 PM
Lavaheart's Avatar
Lavaheart Lavaheart is offline
Member
 
Join Date: Jul 2013
Posts: 9
Gender: Female
Credits: 1,341
Lavaheart is on a distinguished road
Default

Quote:
Originally Posted by IntoRain View Post
Seems like it's passing an arraylist to adminsidebar when it's specified as GUIComponent... Let's try going to class_sidebar.php, setDivision(GUIComponent components) and remove the GUIComponent part. Undo the changes made to class_adminsidebar.php, sorry

If it doesn't work, try this http://stackoverflow.com/a/11429898
Just wanted to say that I was having problems with strict warnings showing everywhere with x10 hosting and the answer from stack overflow solved it completely :DDD

adding

php_value display_errors 0
php_value error_reporting 30719

to .htaccess worked like a charm.

*goes back to lurking*
Reply With Quote