bridging with smf bridging with smf
 

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

bridging with smf

Started by UGA, November 21, 2006, 03:30:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

UGA

hello i have tried to search but couldnt find the same issue i have when bridging with smf when i enable it i get this error:


Fatal error: Call to undefined function: show_indexads() in /home/rage/public_html/unitedgraphicsartist/Sources/Load.php(1702) : eval()'d code on line 560


i have tried using debug mode but it doesnt have a debug window on this screen. i have smf running from the root of my site and i am using the same DB as smf for the gallery.
the theme i am using for smf is Aa_New_Damage i have only added 1 mod to the site before i bridged the 2 together and that is the ad mod for smf.

line 560 in load.php is:
b.ID_THEME, b.override_theme, b.permission_mode, b.countPosts

i have already implemented the DB hijack code for the gallery to prevent smf from hijacking the connection but im lost from here with same error.

UGA

i replaced the file smf10.inc.php with the one i was using for a test gallery i bridged with smf before going all out on the site and now i get this error:


Fatal error: Cannot redeclare class core_udb in /home/rage/public_html/unitedgraphicsartist/Gallery/bridge/udb_base.inc.php on line 43



that line says:  class core_udb {

Joachim Müller