an unknown filter was not added:includes

Depending on how Apache is configured you may need to add something like the following to your Apache config file:
Code:
LoadModule include_module modules/mod_include.so

or more likely you just need to enable the module:
Code:
sudo a2enmod include

Now restart Apache:
Code:
sudo /etc/init.d/apache2 force-reload