Support > cpg1.5 plugins
Advanced Guestbook integration for CPG 1.5.xx
calvinite:
I've been using the Advanced Guestbook integration for CPG 1.4.x and when I upgraded to CPG 1.5.12 I lost the custom link I had created. I was able to restore the link but the "Leave a Message" link in the Advanced Guestbook no longer works.
Not realizing where I was, I posted in the Paid Help forum trying to find out if anyone had a solution. Αndré, informed me I was posting in the wrong place so I'm posting here and hope he finds it as he ported the integration to CPG 1.5.xx.
Αndré directed me to a link where I downloaded the current version, which he ported for altenae, who said it could be shared with the community. I uploaded it to my CPG installation, overwriting all files, and the "Leave a Message" link still does not work.
I checked a gallery that has a working integration, though I can't be certain of their CPG version, their guestbook version is Advanced Guestbook 2.4.4 - Coppermine integration 1.0.4. http://www.wildlife-photos.net/gallery/guestbook.php
After clicking the "Leave a Message" link, the url after the gallery level is /guestbook.php?file=addentry. In my installation, the url is the same, however, the page seems as if it is loading, but then stays on the guestbook entries. I am able to log in to the guestbook admin section with no problems.
I am using CPG 1.5.20 and Advanced Guestbook 2.4.4 - Coppermine integration 1.0.4 © 2010 E+GiElle. I created a custom link instead of using the custom link in the config section of CPG, as I was using that link for another page. The gallery is located at http://www.theprichardcollection.com/tpc_gallery/guestbook.php. The guest book is available to the public and registered users, but you can't leave a message regardless of being logged in or not.
I'm hoping Αndré, or someone can help me get the guestbook operating properly again.
Thanks...
Αndré:
--- Quote from: calvinite on July 17, 2012, 12:01:10 pm ---I can't be certain of their CPG version
--- End quote ---
It's cpg1.5.16. I just checked the guestbook in my local development gallery (cpg1.5.21), and the link also doesn't work there. Not sure if I use the latest guestbook version. Will perform some tests soon.
Αndré:
--- Quote from: Αndré on July 25, 2012, 09:28:16 am ---Not sure if I use the latest guestbook version.
--- End quote ---
Seems that it wasn't the latest version. I just downloaded that package and it works as expected in my gallery.
calvinite:
I downloaded the package again, though I think it is the same one I downloaded before. I deleted the current installation and uploaded the new download and still, it displays past comments but won't allow new ones. I am using CPG 1.5.20 and Advanced Guestbook 2.4.4.
Perhaps I am doing something wrong. Is there anything other than uploading it that I need to do?
Thanks...
Jeff Bailey:
Not too familiar with the Inspekt sanitization but after looking over the docs this
--- Code: ---$_GET = $superCage->get->_source;
$_POST = $superCage->post->_source;
--- End code ---
and this
--- Code: ---if (isset($_GET['file'])) {
include('guestbook/'.$_GET['file'].'.php');
} else {
include('guestbook/index.php');
}
--- End code ---
in guestbook.php don't look right.
Navigation
[0] Message Index
[#] Next page
Go to full version