Quote from: Joachim Müller on May 06, 2008, 07:55:42 AM
The Exact error message. "I get an error about something..." - Copy and paste
CF-Error CF-Error
What version of coppermine you are using
How and where to check?
What version of CoppermineFetch you are using
How and where to check?
A link to your website and gallery
http://www.cardscollectible.com/gallery
A link to an example of the problem (if possible)
http://www.cardscollectible.com
How computer savvy you are (newbie, intermediate, damn good)
Intermediate
What kind of web server you are running on (if known)
Linux hosted with DreamHost.com
Include the code you are using.
<?php
include "./gallery/cpmfetch/cpmfetch.php";
$objCpm = new cpm('./gallery/cpmfetch/cpmfetch_config.php');
$options = array(
//'subtitle' => '%t <br> %S KB' ,
"tablestyle" => "thumbnails",
"cellstyle" => "cellwidth",
"linkstyle" => "thumb_caption",
"alttag" => "%c",
"subtitle" => "<span class=thumb_caption><b>%t </b><br>{{pCtimeFormatted}}</span>",
"imagestyle" => "image",
"imagesize" => 'thumb');
//$objCpm->cpm_viewRandomMedia (1,4);
/*$styleguide = array(
"linkstyle" => "photoclip",
"alttag" => "views: %h",
"subtitle" => "%h views",
"imagestyle" => "photoclip",
"imagesize" => 'thumb');
*/
$objCpm->cpm_viewLastAddedMedia (2,4,$options);
//$objCpm->cpm_close();
?>
Usually you know which version you have installed. In your case it is <!--Coppermine Photo Gallery 1.4.18 (stable)--> which is also to be seen when you look at the source of the cpg site.
Quote from: Hein Traag on May 06, 2008, 11:33:24 AM
Usually you know which version you have installed. In your case it is <!--Coppermine Photo Gallery 1.4.18 (stable)--> which is also to be seen when you look at the source of the cpg site.
ok. in config file of cpmfetch, on top it has written variable as 2.0.0 version. is this the version of cpmfetch?