error moving site to different host

Permalink
Hi im trying to move a website to a different host but am having massive troubles! The site ishttp://s459135586.websitehome.co.uk/falmouth-school-of-sailing/....

As you can see there are lots of errors beginning with
Strict Standards: Non-static method
I searched the forum and it was advised that i insert the following into the php.ini file:
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = Off
I couldn't find the php.ini so i read from my host company (1&1):
http://faq.1and1.com/scripting_languages_supported/php/8.html...
so i created my own one and put the code in there but it didn't do anything. I'm wondering from reading that 1&1 link that i need to copy that php.ini file in to various locations, is this so? And if so can someone advice me the best places to put it?

i also put in my index.php file the following:
<?php
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT);
require('concrete/dispatcher.php');
but that still didn't fix things