I have the following issue when trying to bridge coppermine and SMF:
It just redirects to the forum index. The following error shows up in my SMF Error Log:
Quotehttp://www.socaljetboats.com/index.php?action=gallery
8: Undefined index: gallery
File: /homepages/29/d144296515/htdocs/scjb/Sources/Gallery.php
Line: 13
and the following Internet explorer error shows up:
QuoteLine: 68
Char: 1
Error: Object required
Code: 0
URL: http://www.socaljetboats.com/index.php?action=gallery
The Gallery was working fine until I upgraded SMF from 1.1 RC3 to 1.1.1. I have tried disabling and re-enabling the bridge.
Coppermine install: http://www.socaljetboats.com/cpg
Forum install: http://www.socaljetboats.com
Coppermine version: cpg1.4.10
Forum version: SMF 1.1.1
BridgeManager settings:
Forum URL: http://www.socaljetboats.com
Relative path to your BBS's config file: ../
Use post-based groups?: 1
What redirects to the forum index? The error messages are related to your custom link, not the bridge.
Quote from: Nibbler on January 12, 2007, 09:35:42 PM
What redirects to the forum index? The error messages are related to your custom link, not the bridge.
when you click on the Gallery link, it just goes back to the forum index.
The gallery link used to work, but now doesnt. What should the link be? Here is my link code:
// Show the [gallery] button.
echo ($current_action=='gallery' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'gallery' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=gallery">GALLERY</a>
</td>' , $current_action == 'gallery' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
if($settings['TPortal_front_type']!='boardindex')
Quote from: Nibbler on January 12, 2007, 09:46:30 PM
I can't help you with this, this is nothing to do with Coppermine.
How is it not? I am trying to bridge coppermine into SMF. >:(
I guess I will go ask on the SMF forum. :-\