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: 1.3.2 & IBP 1.3.1 Final Bridge  (Read 5442 times)

0 Members and 1 Guest are viewing this topic.

mickc1303

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
1.3.2 & IBP 1.3.1 Final Bridge
« on: August 27, 2004, 07:10:48 pm »

Did a clean install of 1.3.2 and Invision 1.3.1 Final.

Both working fine standalone.

However when bridged invision works fine but when trying to access the gallery I get the following error.

Fatal error :
There was an error while processing a database query

« Last Edit: August 28, 2004, 05:24:51 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 1.3.2 & IBP 1.3.1 Final Bridge
« Reply #1 on: August 27, 2004, 09:20:48 pm »

go back to standalone (undo modification to init.inc.php), enable debug_mode in coppermine config, then switch integration back on. Report the actual query that fails.

Joachim
Logged

mickc1303

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: 1.3.2 & IBP 1.3.1 Final Bridge
« Reply #2 on: August 27, 2004, 11:13:38 pm »

Thanks.

This is the error which occurs.

Code: [Select]
While executing query "SELECT id as user_id, name as user_name, mgroup FROM `pgallert`.ibf_members WHERE id='1' AND password='7d5ece1ed1d55d022c8918f1219893ff'" on 0

mySQL error: select command denied to user: 'pgallery@localhost' for table 'ibf_members'

EDIT:  I just noticed a typo in the bridge file .. I had mispelled the database user.  It's working fine now.

Thanks for your help  ;D
Logged

kwe1009

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: 1.3.2 & IBP 1.3.1 Final Bridge
« Reply #3 on: October 02, 2004, 06:43:07 am »

Hi, I have the same problem with a clean install of both programs.  Here is the error I get after I turn on debug:


While executing query "SELECT id as user_id, name as user_name, mgroup FROM `valovers_ibrd1`.ibf_members WHERE id='0' AND  member_login_key='*'" on Resource id #6

mySQL error:


Thanks for any assistance.
Logged

globalfisher

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: 1.3.2 & IBP 1.3.1 Final Bridge
« Reply #4 on: October 03, 2004, 08:42:37 pm »

did I edit this bridge file right:

// database configuration
define('PHPBB_DB_NAME', 'phpBB'); // global_xmb6
define('PHPBB_BD_HOST', 'localhost'); //  localhost
define('PHPBB_DB_USERNAME', 'root'); // ***
define('PHPBB_DB_PASSWORD', ''); // ***
« Last Edit: October 03, 2004, 09:30:42 pm by GauGau »
Logged

globalfisher

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: header("Location: http://".$cpg_host.$cpg_path);
« Reply #5 on: October 03, 2004, 09:07:05 pm »

I read all this topics posts cause I was having some problems also and made it so I could view the coppermine again. It was saying couldnt connect to the database but now I fixed that.

When I click the users page on the coppermine it comes up page cannot be displayed...Any ideas?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: 1.3.2 & IBP 1.3.1 Final Bridge
« Reply #6 on: October 03, 2004, 09:39:07 pm »

did I edit this bridge file right:

// database configuration
define('PHPBB_DB_NAME', 'phpBB'); // global_xmb6
define('PHPBB_BD_HOST', 'localhost'); // localhost
define('PHPBB_DB_USERNAME', 'root'); // ***
define('PHPBB_DB_PASSWORD', ''); // ***
never post your password on a public board, I edited your posting accordingly. You should however (if you can) change it now.

Of course you mustn't change the comments (after the double slashes), but the actual content (inside the quotes). Change your settings to:
Code: [Select]
// database configuration
define('PHPBB_DB_NAME', 'global_xmb6'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', '****'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', '*****'); // The password to use to connect to the database
Replace the asterisks with the actual values.

As you seem to be very unexperienced, I strongly suggest you review the docs carefully.



I read all this topics posts cause I was having some problems also and made it so I could view the coppermine again. It was saying couldnt connect to the database but now I fixed that.

When I click the users page on the coppermine it comes up page cannot be displayed...Any ideas?
@globalfisher : the first part of this posting refers to your first posting on this thread. After having answered I realized that you posted on another thread that you were able to solve it by yourself - thanks for resolving your issue here. I have split your posting from the other thread and merged it with this one. Your behaviour is not going to win you friends here >:(. For an answer to your question, you should search the board before posting, and you should always resolve your questions if you find the answers on your own.

Joachim
« Last Edit: October 03, 2004, 09:47:05 pm by GauGau »
Logged
Pages: [1]   Go Up
 

Page created in 0.032 seconds with 15 queries.