Advanced search  

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]

Pages: [1]   Go Down

Author Topic: user permissions problem after uninstalling bridge  (Read 2704 times)

0 Members and 1 Guest are viewing this topic.

mattpist

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
user permissions problem after uninstalling bridge
« on: September 17, 2005, 12:09:05 am »

hi, yesterday i uninstalled my ipb2.0.3 to coppermine bridge, opting to go a different route (using another plugin to bridge coppermine to wordpress). the new bridge worked fine, with the exception that it threw my coppermine users and groups into chaos  >:(

checking my user list, there's now an 'admin' user in the guests group and a user 'mattpist' (the former admin) in the 'validating' group. obviously, there is no way to change any of the user permissions now as i (mattpist) dont have enough priveliges. i guess there's a way i can go into the sql tables and fix this, but im not sure how. ive already uploaded (and captioned! ugh) almost 200 pics, so if i could avoid a reinstall, that would be great  ;D

can i save my cp install? thanks for the help!
Logged

Nibbler

  • Guest
Re: user permissions problem after uninstalling bridge
« Reply #1 on: September 17, 2005, 09:15:51 am »

You can comment out the admin check on the groups page and then visit it directly in your browser. That should re-sync your groups.

groupmgr.php

Code: [Select]
if (!GALLERY_ADMIN_MODE) cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);
to

Code: [Select]
//if (!GALLERY_ADMIN_MODE) cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);
Remember to put it back afterwards.

Please note that neither the IPB2 bridge or the wordpress plugin/bridge you refer to are officially supported here.
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 15 queries.