Problems with Bridge since SMF Upgrade to 1.1.1 Problems with Bridge since SMF Upgrade to 1.1.1
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problems with Bridge since SMF Upgrade to 1.1.1

Started by Goad, January 12, 2007, 08:27:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Goad

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

Nibbler

What redirects to the forum index? The error messages are related to your custom link, not the bridge.

Goad

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 . '">&nbsp;</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 . '">&nbsp;</td>' : '';

if($settings['TPortal_front_type']!='boardindex')

Nibbler

I can't help you with this, this is nothing to do with Coppermine.

Goad

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.  :-\