sounds like you don't have "." (current folder) in your include path. You should modify your php.ini file to add it. You can find out the value on your live and test server by doing
<?php
phpinfo();
?>
Mike Sherov
2010-03-11 00:26:06