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.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.