I experienced some include problems on some servers (i
think it is a open basedir problem). To solve this
globally you should include every file as
include(dirname(__FILE__).'/filename.php');
This works on both, servers with include problems and
also on those without.