Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: cpmFetch isn't working anymore  (Read 3371 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.019 seconds with 20 queries.