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;
After upgrading from cpg1.3.x to cpg1.4.x, you have to re-bridge as suggested in the upgrading section of the documentation (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#13):
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 (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating) (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 (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating) and do as suggested there (section "Bridging support (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating_support_start)") 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 (http://forum.coppermine-gallery.net/index.php?topic=27019.0)". If you speak German, I recommend reviewing the thread "Photogalerie ins Wbb 2.3 integrieren. (http://forum.coppermine-gallery.net/index.php?topic=29224.0)" as well.