OKay he missed a step in the files

Yes you have this you place at top of tghe templates
$Globals['pp_db_prefix'] = ""; with your prefix if not default in between the ""
You then need to change every call to a table like this
FROM photos TO FROM {$Globals['pp_db_prefix']}photos