Update 1.33 to 1.4.10 with Bridge to wbb 2.3.6 Update 1.33 to 1.4.10 with Bridge to wbb 2.3.6
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Update 1.33 to 1.4.10 with Bridge to wbb 2.3.6

Started by pamibo, March 21, 2007, 03:31:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pamibo

Hallo

my bridging doesn´t work after update.
Can I use this option for making it safety?
Quote
Code:
$aid = isset($_GET['aid']) ? ($_GET['aid']) : 0;
Change to


Code:
$aid = isset($_GET['aid']) ? (int) $_GET['aid'] : 0;

Joachim Müller

After upgrading from cpg1.3.x to cpg1.4.x, you have to re-bridge as suggested in the upgrading section of the documentation:
QuoteThe bridging method has changed from cpg1.3.x to cpg1.4.x. When upgrading, your bridged coppermine install will be unbridged - you will have to re-apply the bridging using the bridge-manager (using your standalone admin account you initially used to set up coppermine). You will not lose anything though, don't worry.

Read up how bridging works in cpg1.4.x and do as suggested there (section "Bridging support") if you have issues that you're not able to solve on your own.

The code snippet you posted is not related at all and therefor mustn't be changed.

Keep in mind that there is no bridge file for wbb that we (the Coppermine dev team) do support, as wbb is proprietary software (and the Woltlab developers haven't provided us a development version), so you'll have to use the user-contributed bridge that is being discussed in "Get it here !! Bridge File for woltlab burning board 2.3.4". If you speak German, I recommend reviewing the thread "Photogalerie ins Wbb 2.3 integrieren." as well.