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: Integration errors/problems with CPG132/131 and IPB 2.x.x  (Read 4244 times)

0 Members and 1 Guest are viewing this topic.

zacoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Integration errors/problems with CPG132/131 and IPB 2.x.x
« on: March 02, 2005, 01:15:57 am »

well, I get the same problem, but for me, I even can't access the admin panel.

If I change the init.inc.php to
Code: [Select]
define('COPPERMINE_VERSION', '1.3.2');
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
// Start output buffering
ob_start();
// Report all errors except E_NOTICE
// This is the default value set in php.ini
// error_reporting (E_ALL ^ E_NOTICE);
error_reporting(E_ALL);


then it sais
Quote
Fatal error :
There was an error while processing a database query

that's the point where I even can't access the ../invision/admin.php

I'm using IPB2 and CPG 132 with the bridge...

link to forum: www.ke-n.ch.vu
user: coppermine
pw: test
url to cpg132: http://www.web550z.dynamic-net.ch/invision/cpg132/index.php

I also tried the cpg131, there the bridge worked fine, but the uploadbutton disappeared...
url to cpg131: http://www.web550z.dynamic-net.ch/invision/cpg1.3.1/index.php
« Last Edit: March 07, 2005, 09:35:01 pm by TranzNDance »
Logged

Nibbler

  • Guest
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #1 on: March 02, 2005, 01:30:53 pm »

Disable bridging, enable debug mode in coppermine config, re-enable bridging, post the sql error message you get, and what you have changed in the bridge file.
Logged

zacoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #2 on: March 02, 2005, 07:54:46 pm »

Quote
Fatal error :

There was an error while processing a database query.


While executing query "SELECT id as user_id, name as user_name, mgroup FROM `usr_web550_1`.ibf_members WHERE id='1' AND password='3eb125c84c970ba2d45f689a4e293cfc'" on 0

mySQL error: Unknown column 'password' in 'where clause'

the only thing I changed is:

Quote
define('COPPERMINE_VERSION', '1.3.2');
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');

edit: I just gave a look at ibf_members in my db...
it seems that the "member_login_key " is the same as the password in the errormessage
« Last Edit: March 02, 2005, 08:03:23 pm by zacoo »
Logged

zacoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #3 on: March 04, 2005, 06:33:38 pm »

anyone has an idea?
Logged

Nibbler

  • Guest
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #4 on: March 05, 2005, 05:30:22 pm »

Search the board for 'unknown column password'.
Logged

zacoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #5 on: March 06, 2005, 10:06:42 am »

fine, now the bridge works, but new errors have popped out of nowhere...

-There is no uploadbutton anymore, it isn't in the sourcecode anymore

Quote
Notice: Undefined variable: forbidden in /home/www/web550/html/invision/cpg132/bridge/invisionboard.inc.php on line 283

Notice: Undefined index: cat_thumb in /home/www/web550/html/invision/cpg132/themes/hardwired/theme.php on line 1108

Notice: Undefined index: cat_albums in /home/www/web550/html/invision/cpg132/themes/hardwired/theme.php on line 1110

Notice: Undefined variable: tabs in /home/www/web550/html/invision/cpg132/themes/hardwired/theme.php on line 1261

thx for help
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #6 on: March 07, 2005, 10:38:32 am »

disable the display of notices in coppermine's config if notices don't mean anything to you, only actual error messages should be taken into account. To let user upload, go to coppermine's groups panel and allow uploads there.

Joachim
Logged

zacoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Integration errors/problems with CPG132/131 and IPB 2.x.x
« Reply #7 on: March 07, 2005, 09:32:32 pm »

to silly of me, not activating the group's permission...

well, now it works perfectly, thx a lot!! :)
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 15 queries.