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

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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