Dear Jogge,
Please contact to your hosting provider to change in PHP.ini file.
In this file search for the phrase “ error_reporting = E_ALL” ,[without inverted commas]
Here replace this with “error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING “
(Show all errors, except for notices and coding standards warnings)
and comment all E_STRICT in PHP.ini file.
Thanks!