Here is the public version of what test errors came back.
PHP Warning: require(tpl_checkout_default.php): failed to open stream: No such file or directory in tpl_main_page.php on line 128
PHP Warning: require(tpl_checkout_default.php): failed to open stream: No such file or directory in tpl_main_page.php on line 128
PHP Fatal error: require(): Failed opening required 'includes/templates/template_default/templates/tpl_checkout_default.php' in tpl_main_page.php on line 128
all that line 128 reads is:
<?php
/**
* prepares and displays center column
*
*/
require($body_code); ?>
Does anyone understand why this would be causing a problem?