Can't login after upgrade - Page 2 Can't login after upgrade - Page 2
 

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

Can't login after upgrade

Started by St. Anger, December 16, 2005, 04:24:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

Fixed this by changing

$this->admingroups = array($this->use_post_based_groups ? $INFO['admin_group'] : 1);

to

$this->admingroups = array($INFO['admin_group']);

in the ipb bridge file.

St. Anger

Thank you so much! ;D I'll donate some money via PayPal to Coppermine tonight.


However, my original uploading error still occurs: http://forum.coppermine-gallery.net/index.php?topic=24795.0

benseth


Joachim Müller