When calling cpimageget.php I have following error message
Fatal error: Call to undefined function: setphotoprefix() in /web/htdocs/www.xxxxxxxxxxx.xxx/home/cpmfetch/cfimageget.php on line 162
Line 162 refers to thumbanil prefix, which is set as default on line 44:
$thumbnailprefix='thumb_';
$intermedprefix='normal_';
$fullsizeprefix='';
I run CPG 1.4.8 with Stramm's modpack, but I have mini-thumbs not activated, hence the thumbnail prefix is definitely thumb_ as default. Any idea where does this error come from?
PS. the path has been changed (the gallery stays in the root), as long as $ALLOW_DIRECT_ACCESS was set to true ;)
Quote from: lontano on August 26, 2006, 10:24:35 PM
When calling cpimageget.php I have following error message
Fatal error: Call to undefined function: setphotoprefix() in /web/htdocs/www.xxxxxxxxxxx.xxx/home/cpmfetch/cfimageget.php on line 162
Line 162 refers to thumbanil prefix, which is set as default on line 44:
$thumbnailprefix='thumb_';
$intermedprefix='normal_';
$fullsizeprefix='';
I run CPG 1.4.8 with Stramm's modpack, but I have mini-thumbs not activated, hence the thumbnail prefix is definitely thumb_ as default. Any idea where does this error come from?
PS. the path has been changed (the gallery stays in the root), as long as $ALLOW_DIRECT_ACCESS was set to true ;)
Download version 1.9.2 of the beta's. That will fix your problem.
Also, if you are running the beta, please post bugs and stuff in the thread for that (2.0 SUPPORT THREAD or something like that)
http://forum.coppermine-gallery.net/index.php?topic=35432.0
QuoteThat will fix your problem
That HAS fixed the problem! :)
Thanks.
PS. I didn't post this as a bug, as I thought it was something to do with my limited knowledge of it!
Quote from: lontano on August 26, 2006, 11:41:21 PM
That HAS fixed the problem! :)
Thanks.
PS. I didn't post this as a bug, as I thought it was something to do with my limited knowledge of it!
Hah! You don't give yourself enough credit. You are my #1 bug hunter at this point :)
Certainly forcing me to clean things up in the beta
Thanks for all your help, and for bearing with a bleeding edge beta