Upon moving to a new host that uses PHP 5.04 my info pages no longer work.

I am using ZC 1.2.6 and after fixing some code in /infopages.php still get the following error when attemping to access the info page:

Code:
Warning: main(includes/templates/template_default/templates/tpl_infopagesphp_default.php)
[function.main]: failed to open stream: No such file or directory
in /includes/templates/custom/common/tpl_main_page.php on line 74

Fatal error: main() [function.require]: Failed opening 
required 'includes/templates/template_default/templates/tpl_infopagesphp_default.php' (include_path='.') 
in /includes/templates/custom/common/tpl_main_page.php on line 74
Other than the host change and fixing the code in infopages.php to get it to work via the admin side I haven't changed anything.

Suggestions? (besides upgrade to ZC 1.3)

Jacque