Correct path in Wordpress Correct path in Wordpress
 

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]

Main Menu

Correct path in Wordpress

Started by hilaryglam, August 01, 2011, 10:25:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hilaryglam

Hi!

I'm really confused publishing such easy question, but anyway the problem exists ;)
I can't make a correct path to the CPMFETCH files

During installation, the script gives me this code:
<?php
  include "./gallery/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>


But I use it in wordpress' page header.php

I've put the cpmfetch code there: http://sitename.com/main/wp-content/themes/test/header.php
Gallery is in http://sitename.com/gallery

So what's the correct path?
should  it be with ONE dot or TWO?
(../../) or (././)