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

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

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