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 (http://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
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.
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
anyone has an idea?
Search the board for 'unknown column password'.
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
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
to silly of me, not activating the group's permission...
well, now it works perfectly, thx a lot!! :)