Installing cpmfetch Installing cpmfetch
 

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

Installing cpmfetch

Started by marinelife, September 19, 2006, 08:33:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marinelife

I downloaded in copied cpmfetch to my root directory and ran the test file and it worked, I then ran the PHP test and get nothing, then I tried install.php and got this
/** * RELEASE VERSION: 1.6.4 * * This is the installation program for CpmFetch. * * Usage: Call this file from a web browser and follow the instructions * */

So what am I doind wrong, I looked over the docs and see nothing

marinelife

I downloaded a dev version and the install ran but did no show test images

vuud

Quote from: marinelife on September 19, 2006, 10:22:19 PM
I downloaded a dev version and the install ran but did no show test images

PM Me a link to the install.php on your machine
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

vuud

Quote from: vuud on September 21, 2006, 09:53:51 PM
PM Me a link to the install.php on your machine

Your bridged... I have to see if the dev release is bothered by that.  I can't remember if I turned that off or not.
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

helitown

I also have the same problem so instead of creating a new let's share this one.

Test results showed all pass and  I got 6 images. Everything seems to be working. Then I copied the codes from the Quickstart and created a test.php in the same directory with cpmfetch with code below

<?php
include "./cpmfetch/cpmfetch.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewRandomMedia(3,3);
$objCpm->cpm_close();
?>

Clicked on it to open on IE and got blank page.

Clicked on install.php and got this

/** * RELEASE VERSION: 1.6.4 * * This is the installation program for CpmFetch. * * Usage: Call this file from a web browser and follow the instructions * */

Appreciate your help.

marinelife

That is the same problem I have, I just moved host and still get it.

vuud

Quote from: helitown on October 01, 2006, 11:26:30 PM
Test results showed all pass and  I got 6 images. Everything seems to be working. Then I copied the codes from the Quickstart and created a test.php in the same directory with cpmfetch with code below

<?php
include "./cpmfetch/cpmfetch.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewRandomMedia(3,3);
$objCpm->cpm_close();
?>



<?php 
include "./cpmfetch/cpmfetch.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewRandomMedia(3,3);
$objCpm->cpm_close();
?>



If the file containing this code is in the same directory as the cftest or install program, you want to change the include line to reflect that.


<?php 
include "./cpmfetch.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewRandomMedia(3,3);
$objCpm->cpm_close();
?>



This code also assumes your gallery is at www.domainname.com/gallery

Kudus for bundling in with a similar thread







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

Joachim Müller

Split posting by remkodevos into separate thread. Don't try to hijack other's threads.

remkodevos

sorry that was not my intention...

remkodevos

I have a same kind of problem so can I share it here?

My galery is not in www.myhosting.com/gallery   but    mygallery.myhosting.com.

Can I use cpmfetch then? and what do I have to change. the test files passes everything but this one:

80 CPG Config file not found: /data/members/paid/r/e/remkodevos.com/htdocs/fotoboek/www.tempetedecalme.ch/_site/dev1.0/cpg/include/config.inc.php   ???


Joachim Müller

Quote from: GauGau on November 23, 2006, 08:55:43 AM
Split posting by remkodevos into separate thread. Don't try to hijack other's threads.
You have been told not to hijack this thread. You're banned from posting for three days. Locking this thread.