You might want to also try it without the double quotation marks. Example:

include('include/config.php');

Instead of:

include("include/config.php");