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 grounderssource, September 11, 2015, 09:42:15 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

grounderssource

Hello.

I apologize if this is the inappropriate place to post my question, but I downloaded CPM Fetch, uploaded the CPM Fetch folder in a zip onto my site's CPanel, extracted it, and now in the process of configuration. My question is, and I do apologize for sounding 'imbecilic' but how do I find the file system path to my gallery?  I am relatively new to php and coding, but know the median basics.  Once I get the file path, I think it will be a smoother ride.  My gallery is the following link:

http://grounderssource.com/gallery  It runs on CPG 1.5.36 as I felt the update was not necessary, and it scares me a bit that if I done the update, then I'd lose everything that I uploaded. I digress as that is an entirely different subject, and irrelevant to my post.

Can any of you guide me along with this? For the matter, I do know how to read and follow directions, but locating the 'file system path' is a bit confusing to me.  Thank you in advance. :)

Αndré

Not sure what exactly you need to configure CPMFetch, but you can find the file system path to your gallery by creating a new php file in your gallery root, add the following content to it and open it in your web browser:
<?php
echo dirname(__FILE__);

grounderssource

Quote from: Αndré on September 11, 2015, 12:33:28 PM
Not sure what exactly you need to configure CPMFetch, but you can find the file system path to your gallery by creating a new php file in your gallery root, add the following content to it and open it in your web browser:
<?php
echo dirname(__FILE__);



I see what you mean.  However, I ran the installer and it came up with this. What more do I need to do here?  Sorry, like I said, I am new at this, but I am eager to learn.

Αndré

It's all explained there, so I wonder what you want to know? You have the choice to overwrite the existing config file or keep it. If you haven't used CPMFetch yet, it won't hurt to re-run the installer, in case something went wrong when you installed it last time.

grounderssource

I re-ran the installer, and received this. Did I do it correctly?




Αndré

Quote from: grounderssource on September 11, 2015, 09:41:16 PM
Did I do it correctly?

Obviously, as there are random images from your gallery.

Αndré