You probably have both PHP 4.x and 5.x available, with PHP 4 serving as the default. See what happens when you visit config/index.php5 instead of config/index.php. If that makes it work, you can probably fix this by creating an .htaccess file containing something like AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php