Roots suddenly not displaying the main page content -

Hello all,

Roots is not displaying the main page content: https://www.sennco.com/about-us/ - I checked the error logs and see the following error and it appears to be associated with <?php include roots_template_path(); ?>…

PHP Warning: include() [function.include]: Filename cannot be empty in /home/sennco/public_html/wp-content/themes/Sennco/base.php on line 49

Any help would be greatly appreciated.

If I inspect the main container, there is no content. (see screenshot)

Are there any pages that it does display on?

Yes, the custom homepage template ([http://www.sennco.com]) works fine because it uses the_content and NOT roots_template_path - It’s as if roots_template_path has quit working…