Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20 Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20
 

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

Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20

Started by matic, September 19, 2006, 02:45:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

matic

Hi,

I have the following issue when trying to bridge php2.0.20 and cpg1.4.9:
Bridging went ok. After that, when I open any cpg's page I receive "Fatal error:" and that's it.
If I log out and reopen browser, cpg's pages are loaded.

Coppermine install: http://www.easyriders.si/galerija/
Forum install: http://www.easyriders.si/tabla/
Coppermine version: cpg1.4.9
Forum version: phpBB 2.0.20
Test user account: clearblue/test

BridgeManager settings:
Forum URL:      http://www.easyriders.si/tabla
Relative path to your BBS's config file:    ../tabla/
Use post-based groups?:    0
Cookie prefix:    ERinUJUtabla

Muchos gracias for all help!
Matic!

Joachim Müller

Enable debug_mode to get an error message (the actual query that fails) by going to coppermine's config, misc settings and set debug_mode to "yes:everyone". Leave notices turned off. If you can't access coppermine's config, enable debug_mode manually as suggested in the corresponding tutorial "Manually enabling debug_mode".
Post the error message you get (not the debug_output!) here.

matic

I don't know what is here now debug output and what error message, but what I get is:


Fatal error:
.
Quote
While executing query "SELECT u.user_id AS user_id, u.user_password AS password, u.user_level FROM `easyriders `.phpbb_users AS u, `easyriders `.phpbb_sessions AS s WHERE u.user_id=s.session_user_id AND s.session_id = '31d95636322d7c6d5fc72655d35defc1' AND u.user_id > 0" on 0

mySQL error: select command denied to user: 'easyriders@pavonis' for table 'phpbb_users'

Nibbler

Give the user the rights it needs in phpmyadmin or whatever your host provides you with for the purpose. If you can't do that then we can hardcode something somewhere.

matic

Ok, I thinkh I found error, It was in ../tabla/config.php (config file from phpBB), where was;
$dbname = 'easyriders ';
..and I removed blank space at end.

::)

Thanks!
Matic