When click on pic it goes to album not pic? When click on pic it goes to album not pic?
 

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

Main Menu

When click on pic it goes to album not pic?

Started by lobosden, November 20, 2007, 07:19:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lobosden

Ok my site is www.bodyarttalk.com

click on a TATTOO pic, not a member, that is a different framework.

as you will see it goes to the album and not the pic. What could be causing this?

lobosden

The cpmfetch pics are the
SOME RANDOM TATTOO PICS

at bottom


lobosden

<html>

<body bgcolor="#031545">
<?php
  include "./forum2/cpg1413/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./forum2/cpg1413/cpmfetch/cpmfetch_config.php");
  $objCpm->cpm_viewrandommedia (1,4,array("windowtarget" => "_parent"));
  $objCpm->cpm_close();
?>
</body>

</html>


is the file

lobosden


lobosden


lobosden

finally got it... I just downloaded 2.00 stable, overwrite everything in cpmfetch, then installed again.

No problems.