|
You need to remove from the settings table since you arent recognized as admin the bogus paths to headtags.htm and footer.htm etc
Check your photopost usergroups table. I beleive nuke uses phpbb as the forum so you should have an admin id of 2 I beleive
INSERT INTO {$pp_db_prefix}usergroups VALUES ('1','Anonymous',0,0,0,0,0,0,0,0,0,0,0);
INSERT INTO {$pp_db_prefix}usergroups VALUES ('2','Admin',1,1,1,0,0,1,1,1,1,0,0);
check to make sure cpaccess is set to 1
|