SMF 1.1 integration SMF 1.1 integration
 

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

SMF 1.1 integration

Started by SamoanOnion, September 22, 2005, 06:58:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SamoanOnion

I am using SMF 1.1 and coppermine 1.3.4 and I keep getting this message:


Fatal error: Call to undefined function: cache_get_data() in E:\htdocs\family\bridge\smf.inc.php(125) : eval()'d code on line 10

I am using ver. 1.9 for smf.inc, any ideas???

Joachim Müller

Coppermine comes with a bridge for SMF1.0.x. There currently is no bridge for SMF1.1.x. Has been asked often both on this board and the smf support board. Search for details.

anna.y

Bridge was working flawlessly with SMF 1.1 beta3 (THANK YOU!)  and I get similar error with SMF 1.1.CG 1 as SamoanOnion.

In case there is no simple way to fix it, is there any way to 'unbridge' Coppermine without loosing everything?

Anna

Nibbler

Try this to fix it.

in the smf bridge file, find:

cm_include_smf_funcs("$sourcedir/Load.php", array("reloadSettings", "md5_hmac", "loadUserSettings"));

and modify it so it reads:

cm_include_smf_funcs("$sourcedir/Load.php", array("cache_get_data", "reloadSettings", "md5_hmac", "loadUserSettings"));

anna.y

Thank you Nibbler! You really made my day with this one little line.  It worked like a charm.

You don't know how much this is appreciated...

Anna   

nordew

Thx, Nibbler! It works for me with SMF 1.1 RC1, too.

Sizzling Hot


SamoanOnion


Powerbob

Did the trick for my 1.1 RC1 thanks  ;D


Powerbob
It's nice to be nice.

ericmn

Please make official bridge for SMF 1.1

Why not???