View Single Post
Old September 14th, 2004, 08:31 PM   #10 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote