|
Interesting looks to me like your not getting the members group set
We set this in the init_usergroup function
You can use phpmyadmin to insert this make sure to put your proper table prefix
INSERT INTO pp_usergroups (groupid,groupname,modaccess,cpaccess,uploads,comments,diskspace,uploadsize,editpho,editposts,useralbums,reqmod) VALUES('100','Guests',0,0,0,0,0,0,0,0,0,0)
|