Unable to stay logged in Unable to stay logged in
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Unable to stay logged in

Started by gokugirl, August 20, 2009, 01:37:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gokugirl

After logging in as an admin and clicking continue, I'm immediately logged out. This is a recent problem. I've searched for a solution and, based on the results, I've tried deleting my browser cookies, deleting computer cookies, trying another browser, and trying a different computer. Before this problem started, I was trying to fix an issue with an eFiction bridge (it won't log me in to Coppermine). I'm pretty sure it started happening right after I put the gallery into maintenance mode. I turned it off by editing the database. I haven't changed the default cookie path.

URL: http://gallery.gokugirl.com (I've also tried http://www.gokugirl.com/gallery)
Username: test123
Password: test456


gokugirl

The gallery isn't bridged currently. Sorry for not saying this before. I disabled it through phpMyAdmin because I couldn't do it through Coppermine even when using bridgemgr.php.

Nibbler

That would have left you with a messed up groups table, which is why that method is not recommended. You can reload your groups table using phpMyAdmin.


TRUNCATE TABLE CPG_groups;
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 CPG_ to the correct table prefix you are using.

gokugirl

That fixed it. Thanks.

If I'm unable to disable the bridge using bridgemgr.php again, what should I do instead of editing the config by hand?

Nibbler

What stops you using bridgemgr.php?

gokugirl

When I tried to use it the most recent time, it didn't ask me for my log in information. I think it gave me an error about not being authorized to access it.

Joachim Müller

Clear your cookies in your browser to stop that from happening again.

gokugirl

Thank you.

You can mark this one as solved.

Joachim Müller