| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,760
|
If you login through your gallery most definately your cookie domain is set to blank
This is right from the cookie www.croppinparadise.com
If I log into the forum it is this
.croppinparadise.com
You can choose to beleive me on cookie or not. I use Mozilla and it has a wonderful little view cookie utility that shows the values. I get the above as stated when I see login through each of your products respectively.
I have already stated you have regular users set to mod access by the query you inserted Quote: |
INSERT INTO usergroups VALUES ('1','Anonymous','','','','','',0,0,0,0,0,0,0), ('2','Admin',1,1,1,'','',1,1,1,1,0,0,0), ('3','Regular Users','',1,1,'','',1,1,0,1,0,0,0);
| Look at your regular users insert the 4th field modaccess has a 1
You can view the settings table in mysql and view the cookie domain setting 173 I beleive as well as view your usergroups table and fix these if you can not get into admin.
Last edited by Chuck S; March 5th, 2005 at 08:33 PM.
|