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: cpmFetch isn't working anymore  (Read 3298 times)

0 Members and 1 Guest are viewing this topic.

Tano*87

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
cpmFetch isn't working anymore
« 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

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();
?>

Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.