Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: new thumbnail not showing on other server  (Read 4692 times)

0 Members and 1 Guest are viewing this topic.

saqwild

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
new thumbnail not showing on other server
« on: October 11, 2008, 02:35:46 pm »

hello.
i have a ringtone gallery, recently i have added some .aac format ringtone files, for which i have also made a custom image and have made the thumbnail.
on my main site where gallery and cpmfetch is installed it is working fine but when i try to fetch the .aac image on my other domain it doesnt show insted it shows the file name only?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: new thumbnail not showing on other server
« Reply #1 on: October 13, 2008, 08:14:35 am »

Dang, I lost my mind-reader hat. You'll have to post some details then, e.g. a link to your gallery and the cpmFetch code used. A link to your "other" domain might help as well.
Logged

saqwild

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: new thumbnail not showing on other server
« Reply #2 on: October 14, 2008, 06:02:05 am »

Thanks

this is my fetch code
<?php
echo "<CENTER>";
  include_once "cpmfetch/cpmfetch.php";
  $objCpm = new cpm("cpmfetch/cpmfetch_config.php");
$styleguide = array(
      "alttag" => "{{pFilename}}: {{pFilesize}}KB",
      "imagestyle" => "fetchimage",
      "imagesize" => 'thumb',
                "imagewidth" => '50',
                "imageheight" => '50',
                "imagelink" => 'full',
                "windowtarget" => '_blank',
      "cellattributes" => array('align' => 'center','width' => '50'));
$objCpm->cpm_viewRandomMedia (3, 5, $styleguide);
$objCpm->cpm_close();
print ("<a href=\"http://sonydot.com/index.php\">View Gallery</a>");
?>

www.sonydot.com is the main domain and www.telebliss.com (drag to the bottom)is the other domain

Logged

saqwild

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: new thumbnail not showing on other server
« Reply #3 on: October 20, 2008, 01:45:48 pm »

Can anyone may please look into this?
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.