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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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