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: cftest.php issue ...  (Read 7983 times)

0 Members and 1 Guest are viewing this topic.

ukbeg

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 8
    • ukbeg.com - UK's Buell Enthusiasts Group
cftest.php issue ...
« on: February 14, 2007, 09:56:22 pm »

Hi

I am wanting to have the random pictures section of our coppermine gallery (http://www.bike-pix.com/gallery/index.php) show up on the front page of our website www.ukbeg.com. I havew uploaded the cpmfetch folder and ran the cftest.php and came up with the following error CPG Config file not found: /usr/local/psa/home/vhosts/bike-pix.com/httpdocs/gallery/index.php/include/config.inc.php

I do not understand what this means. Im very average at this kind of thing and would appreciate any help I can get on what I am doing wrong.

I have no idea who to run this program yet or how to intergrate the random section into our website, although I am ok with HTML  :-[

Thanks!


« Last Edit: February 15, 2007, 07:40:49 pm by vuud »
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: cftest.php issue ...
« Reply #1 on: February 15, 2007, 06:01:51 am »

Hi

I am wanting to have the random pictures section of our coppermine gallery (http://www.bike-pix.com/gallery/index.php) show up on the front page of our website www.ukbeg.com. I havew uploaded the cpmfetch folder and ran the cftest.php and came up with the following error CPG Config file not found: /usr/local/psa/home/vhosts/bike-pix.com/httpdocs/gallery/index.php/include/config.inc.php

I do not understand what this means. Im very average at this kind of thing and would appreciate any help I can get on what I am doing wrong.

I have no idea who to run this program yet or how to intergrate the random section into our website, although I am ok with HTML  :-[

Thanks!




Did you change the top of the cftest.php file? 



Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

ukbeg

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 8
    • ukbeg.com - UK's Buell Enthusiasts Group
Re: cftest.php issue ...
« Reply #2 on: February 15, 2007, 05:58:27 pm »

Yes I did, I have copied it below for reference!

Code: [Select]
// You need to change this variable to the directory that the Coppermine photo gallery is installed in.
// If you installed CPG to the root of your website, just use a /
// IMPORTANT:  Change the part below in quotes, NOT the $ChangeThis... part
$ChangeThisToYourPartialUrlToCPG = "/gallery/index.php";
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: cftest.php issue ...
« Reply #3 on: February 15, 2007, 06:17:58 pm »

Yes I did, I have copied it below for reference!

Code: [Select]
// You need to change this variable to the directory that the Coppermine photo gallery is installed in.
// If you installed CPG to the root of your website, just use a /
// IMPORTANT:  Change the part below in quotes, NOT the $ChangeThis... part
$ChangeThisToYourPartialUrlToCPG = "/gallery/index.php";

remove index.php from it... that should do it.

Read the note from above:
// You need to change this variable to the directory that the Coppermine photo gallery is installed in.
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

ukbeg

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 8
    • ukbeg.com - UK's Buell Enthusiasts Group
Re: cftest.php issue ...
« Reply #4 on: February 15, 2007, 07:00:44 pm »

Thats great thanks, everything passed and I get a few thumbnails up on the test page ...

Just need to work out how to get some random ones on my website page now!

thanks!!
Logged

ukbeg

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 8
    • ukbeg.com - UK's Buell Enthusiasts Group
Re: cftest.php issue ...
« Reply #5 on: February 15, 2007, 08:40:13 pm »

I have one last small issue sorry ...

The gallery and cpmFetch are on one server but the website in which I want to produce the random images is on a different server ...

Would I have to have everything on the same server for this all to work ... ?

I have read through the manual online to find the HTML pieces but im struggling to understand a lot of it

Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: cftest.php issue ...
« Reply #6 on: February 15, 2007, 10:21:53 pm »

I have one last small issue sorry ...

The gallery and cpmFetch are on one server but the website in which I want to produce the random images is on a different server ...

Would I have to have everything on the same server for this all to work ... ?

I have read through the manual online to find the HTML pieces but im struggling to understand a lot of it



Its a bit complicated... search the forums here... its come up before.  You can do it a few ways. 

the easiest if your site will allow it is to make a php file on the gallery server that just has what you want, then do a php include from the other server.

Other options are out there
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

ukbeg

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 8
    • ukbeg.com - UK's Buell Enthusiasts Group
Re: cftest.php issue ...
« Reply #7 on: February 15, 2007, 11:05:12 pm »

Thanks, I will take a look about!
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 16 queries.