installation problems

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

 
mhawke replied on at Permalink Reply
mhawke
I would think your host would be getting all sorts of complaints from lots of clients about this. I've never had a shared server set up like this.

A temporary workaround might be to go to 'Dashboard->System and Settings->Debug Settings' and stop error messages from displaying on the screen. This will limit your ability to see 'real' errors so I would speak to your host to get specific instructions to stop this.