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 (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. :)
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__);
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.
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.
I re-ran the installer, and received this. Did I do it correctly?
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.
Splitted from http://forum.coppermine-gallery.net/index.php/topic,78351.0.html