[Solved]: login succeeds, but not actually logged in [Solved]: login succeeds, but not actually 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

[Solved]: login succeeds, but not actually logged in

Started by coders333, July 02, 2009, 04:22:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

coders333

alright, iv searched through these boards and google for several hours to no avail (hope im posting in the right board).  i just attempted to login to my gallery last night for the first time in about a week, the login succeeds, but when you return to the index page it is as if you havent logged in at all.  there are no errors given during the login process.  the admin account does this, as well as other accounts; users can still register though.  after  you go through the login process, and try to manually access an admin page such as admin.php or pluginmgr.php directly it says you dont have permission to access the page as if you hadn't logged in at all.  i have tried with several versions of firefox, internet explorer, and safari, on different machines.  i have several other installations of coppermine on my server for other sites, none exhibit this issue.  have compared some tables in db from a working install with this one, cant find anything.  upgraded to 1.4.25 this morning, didnt solve either; could not access upgrade.php "you dont have permission to access this page".  my gallery is located at http://jctrips.personnet.info  i created a test user this morning via registration username: testuser pass: password; this acct exhibits the same problem.  your help is much appreciated.

Nibbler

Check that the groups table is populated. update.php has no access restrictions, so I don't know how you managed to get that error.

phill104

Probably because he was typing upgrade.php ;)
It is a mistake to think you can solve any major problems just with potatoes.

coders333

Quote from: Nibbler on July 02, 2009, 07:55:36 PM
Check that the groups table is populated. update.php has no access restrictions, so I don't know how you managed to get that error.
sorry for the typo in my first post.  i had perviously successfully run the update.php.  checked my usergroups table against another coppermine install and found inconsistencies.  added the good table and now all is good.  thanks for the help.