I'm trying to integrate Coppermine 1.3.3 with SMF. I followed the directions on another board, and it all looks successful, but I'm getting this:
Fatal error: Call to undefined function: cache_get_data() in /homepages/3/d217209892/htdocs/images/bridge/smf.inc.php(127) : eval()'d code on line 16
Could anyone help me?
this means that the implementation for cache_get_data() doesn't exist you have to make sure that it is in same file that you are using the function in.
Quote from: Croco on October 18, 2007, 12:27:46 AM
this means that the implementation for cache_get_data() doesn't exist you have to make sure that it is in same file that you are using the function in.
I love getting the diagnosis. :) It means that even though I'm clueless someone knows about the problem and can probably help me fix it.
Uh... but how might I go about that? Do I have to edit line 16 in smf.inc.php? And how should I edit it?
Quote from: ataru on October 18, 2007, 09:18:01 AM
Quote from: Croco on October 18, 2007, 12:27:46 AM
this means that the implementation for cache_get_data() doesn't exist you have to make sure that it is in same file that you are using the function in.
I love getting the diagnosis. :) It means that even though I'm clueless someone knows about the problem and can probably help me fix it.
Uh... but how might I go about that? Do I have to edit line 16 in smf.inc.php? And how should I edit it?
I still can't figure it out... "cache" does not even appear in smf.inc.php...
can you write the instruction that you followed so i can know what did you do ?
Quote from: Croco on October 18, 2007, 10:27:42 PM
can you write the instruction that you followed so i can know what did you do ?
Sure, I followed these right here:
http://www.simplemachines.org/community/index.php?topic=41542.0
Thanks! :)
I see you posted in that topic. It's best to see if you can get support there as it's more related and will probably have better support.
Ataru, currently the bridges to SMF 1.1.x & 2.x are included in Coppemine.
You might want to follow their instructions here: http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating
There is a Bridge Wizard included to guide you through
Anna
Quote from: anna.young on October 19, 2007, 05:37:47 PM
Ataru, currently the bridges to SMF 1.1.x & 2.x are included in Coppemine.
You might want to follow their instructions here: http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating
There is a Bridge Wizard included to guide you through
Anna
Thanks so much, it's working now! :)
You're welcome Ataru, I'm glad it's working for you now
Anna