coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: matic on September 19, 2006, 02:45:17 PM

Title: Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20
Post by: matic on September 19, 2006, 02:45:17 PM
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!
Title: Re: Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20
Post by: Joachim Müller on September 19, 2006, 03:58:35 PM
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 (http://coppermine-gallery.net/tutorial/debug_mode.php)".
Post the error message you get (not the debug_output!) here.
Title: Re: Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20
Post by: matic on September 19, 2006, 05:34:42 PM
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'
Title: Re: Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20
Post by: Nibbler on September 19, 2006, 05:37:55 PM
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.
Title: Re: Receiving Fatal error when bridged cpg1.4.9 and phpbb2.0.20
Post by: matic on September 20, 2006, 11:24:36 AM
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