I don't know if you have found a solution for this or not but it is cause because your Display Errors in PHP is turned on.
If you modify your php.ini file and add
Code:
display_errors = Off
Save and then refresh the page, the errors should disappear.