|
What integration is this?
Is this Nuke is this PostNuke there is a big difference here.
If this is nuke then in the nuke.php file
function init_user_groups() {
global $link, $pp_db_prefix;
change to this
function init_user_groups() {
global $link, $Globals;
then after altering that file reinstall
|