I have the following issue when trying to bridge coppermine and phpbb 2.0.18:
Fatal error: (no further info presented - possibly a paranoid server setting?)
I receive this error on every page except for http://www.thelegendaryguild.com/gallery/bridgemgr.php
If I disable bridging, everything works fine for the rest of the gallery.
Coppermine install: http://www.thelegendaryguild.com/gallery/
Forum install: http://www.thelegendaryguild.com/forum/
Coppermine version: cpg1.4.2
Forum version: phpbb 2.0.18
Test user account: testlogin / testlogin
BridgeManager settings:
Your bridge settings
Forum URL: http://www.thelegendaryguild.com/forum
Relative path to your BBS's config file: ../forum/
Use post-based groups?: 0
Cookie prefix: phpbb2mysql
I can provide an admin login if this info is completely useless without it, but would rather not do that in the public forum area.
thanks
Download the latest version of phpbb2018.inc.php from here (http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/bridge/phpbb2018.inc.php) and overwrite your old file with it.
I've replaced the file, cleared all of my cookies and tried again.
The Gallery shows up when not logged in, but as soon as I attempt to log in, it sends me to the forum login, then when I'm redirected back to the gallery, I get the same
Fatal error:
and nothing else.
Can you disable the bridge, enable debug mode for all, then re-enable it. That will produce a more helpful error message.
Ok, it looks like there is a stray space at the end of the database name in the forum side config.php file.
Looks like all is well now.
thanks for the help :D