Another login problem Another login problem
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Another login problem

Started by MikeUK, September 06, 2007, 11:07:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MikeUK

My gallery and forums were working fine in standalone mode before i bridged them,i then discovered that after a person registered they were taken back to the forums and were logged in,but they weren't logged in to the gallery,i ran a debug which came back clean so i figured it was down to the cookie settings,after adjusting the cookie settings i can not log back into the gallery.

I disabled intergration to the gallery from the forum by logging into phpma,but when i try to log into the gallery it says welcome admin but never actually logs me in.

I've read numerous threads on this board and although a lot of people have had the same problem,i don't think mines down to clearing my cookies and cache as i've tried logging into my site via another computer.

I've also uploaded a new config file via phpma and can see physical changes as far as the layout goes,the cookie settings have been returned to their earlier state and i was wondering wether theres another setting in one of the other tables in my databases that i've overlooked that might cure this problem.

I'm using latest 1.4x which has been updated via the update.php

babetopia.ukclublife.co.uk

Any help would be much appreciated.

Nibbler

You've probably made things worse by messing around in phpmyadmin. Empty the groups table and reload it


TRUNCATE TABLE CPG_usergroups;
INSERT INTO CPG_usergroups VALUES (1, 'Administrators', 0, 1, 1, 1, 1, 1, 1, 0, 0, 3, 0, 5, 3);
INSERT INTO CPG_usergroups VALUES (2, 'Registered', 1024, 0, 1, 1, 1, 1, 1, 1, 0, 3, 0, 5, 3);
INSERT INTO CPG_usergroups VALUES (3, 'Anonymous', 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 5, 3);
INSERT INTO CPG_usergroups VALUES (4, 'Banned', 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 5, 3);


Change the prefix as appropriate.

MikeUK

I always make a backup of everything before i start tinkering ;)

Thanks for pointing me in the right direction tho,after looking at the group tables i could see the admin value had changed to 102,so i changed it to 1 and now i can log in ok.

Many thanks for such great support for a great script.

nemesis13

Hi Nibbler,

i have exactly the same problem like MikeUK. the install are succesfull but when i try to login, it dosnt work. i fill the fields (username,password) and hit the login button - no chance... at the top always stays: "login". i cant log in :(

no error message appears.

regards nemesis

Joachim Müller

Your issue may (or may not) be the same as the one discussed in this thread. It is very unlikely that you have the same issues when performing a fresh install. So instead of trying to hijack a solved thread, you should start a thread of your own along with a link to your gallery. Locking.