forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Tano*87 on April 26, 2009, 08:41:37 pm

Title: cpmFetch isn't working anymore
Post by: Tano*87 on April 26, 2009, 08:41:37 pm
Hi guys...I made this thread because my application isn't working anymore.

Actually it keep showing last pictures added in the home page BUT, I've added new one and it looks like it is blocked.

I don't know why...probably beacuse I've added pics to albums that I've created a few days ago?

But today I've created a new album and added new pics and these last pics aren't viewed in the home page as last uploaded images in the gallery!
Its like it is blocked and it doesn't get any new update from the gallery.

Can anyone help me to fix it? I've downloaded and uploaded the application again but nothing.

Here is the page: http://www.breatheonbritney.it/ultimefoto.php (http://www.breatheonbritney.it/ultimefoto.php)

Here's the code:

Code: [Select]
<?php
  
include "./gallery/cpmfetch/cpmfetch.php";
  
$styleguide = array(
"windowtarget" => "_blank",
"imagelink" => "album",
"imagestyle" => "image",);
  
$objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  
$objCpm->cpm_viewLastUpdatedAlbumsFrom("cat=",1,5,$styleguide);
  
$objCpm->cpm_close();
?>