TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 30, 2023, 11:43:11 AM

Login with username, password and session length
Members
  • Total Members: 3,864
  • Latest: Joonoz
Stats
  • Total Posts: 194,362
  • Total Topics: 21,157
  • Online today: 99
  • Online ever: 3,540
  • (September 03, 2022, 01:38:54 AM)
Users Online
Users: 0
Guests: 56
Total: 56

Problem with Coppermine after upgrade.

Started by gerrymo, November 21, 2005, 03:39:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gerrymo

I have just upgraded to RC1 with the latest TP. Since doing the upgrade, I have an error when trying to access the Gallery. Anyone else had this, or know how to fix it? (Coppermine 1.3.3). I cant seem to get on to the Coppermine forum for some reason.


Fatal error: Call to undefined function: cache_get_data() in
/************/***/*******/********/site/cpg/bridge/smf.inc.php(127) : eval()'d code on line 10

IchBin

I had a problem with mine when I upgraded to RC1 too. I have just a blank white page when going to my gallery. Haven't taken the time to figure it out yet.

gerrymo

I only get the error above on the page. Think I might just leave it till the TP Gallery Module is ready and use that.

snork13

coppermine forum is down, but nibbler had this fix...

in your bridge file

find and change this:

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


to this:

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

gerrymo

Cool, I'll give it a go (nothing to loose after all). I assume you mean smf.inc.php?

gerrymo

And, like magic, its all working again.

Thanks snork13

IchBin

Ha! That fix made my gallery work again! Thanks snork13!!

snork13