> Can you post up your config.php (with any database passwords removed)
config.php
==========================
<?php
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
$config['site']['name'] = 'Cynisca';
$config['site']['server'] = 'cynis.ca';
$config['site']['path'] = '';
$config['site']['fancy'] = true;
$config['db']['database'] = 'mysqli://username:passw...@hostname/dbname';
$config['db']['type'] = 'mysql';
require_once('plugins/GNUsocialTemplatePlugin.php');
$tpl = new TemplatePlugin();
==========================