Integration errors/problems with CPG132/131 and IPB 2.x.x Integration errors/problems with CPG132/131 and IPB 2.x.x
 

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]

Main Menu

Integration errors/problems with CPG132/131 and IPB 2.x.x

Started by zacoo, March 02, 2005, 01:15:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zacoo

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

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
QuoteFatal 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

Nibbler

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.

zacoo

QuoteFatal 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:

Quotedefine('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

zacoo


Nibbler


zacoo

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

Joachim Müller

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

zacoo

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

well, now it works perfectly, thx a lot!! :)