Include - not completely working - wut?

Sometimes, the most simple things that you’ve done 1000 times … ARGH …

New hosting account. Just starting setup and running some test using Zurb’s Foundation:

This isn’t working:


<?php
  include('commmon/header.php');
  include('pages/class-schedule.php');
  include('commmon/footer.php');
?>

Seems simple enough, BUT, only the middle" pages/class-schedule.php" is working. The header and footer, nope.
phpinfo() seems to be showing all the right stuff.

I can verify that the paths are correct:

Here’s the header: http://69.195.124.254/~columcg4/common/header.php
Here’s the schedule: http://69.195.124.254/~columcg4/pages/class-schedule.php
Here’s the footer: http://69.195.124.254/~columcg4/common/footer.php

Here’s what happens: http://69.195.124.254/~columcg4/template_2.php

What the heck is going on?

.htaccess hasn’t been modified yet. That’s later. Right now, it’s only:


# Use PHP5.4 as default
 AddHandler application/x-httpd-php54. php

I’m an IDIOT!!! How do you spell “common”???
Not with 3 m’s, that’s for sure.

Problem solved. I seriously think I need to take a break. Sleep deprivation is starting to get in the way of getting stuff right…