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???
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.
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
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"));
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
Thx, Nibbler! It works for me with SMF 1.1 RC1, too.
Thank You Nibbler! ;D
OMG!!!
much thanx Nibbler ;D
Did the trick for my 1.1 RC1 thanks ;D
Powerbob
Please make official bridge for SMF 1.1
Why not???