Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    I downloaded the recaptchas version, 1.3.2, that should work with v151 of zen-cart. I followed the paramaters to rename the theme folder in the folder structure and ftp the both admin and includes and copied the content them to the renamed admin folder and (~/www/$admin_renamed) and ~/www/includes.

    This has worked before with other plugins, but in this case when I go in administration I don't get the INSTALL function/link to install the plugin.

    I refreshed all system messages, logout/login again but nothing. Advice please?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    You changed the name of the ADMIN folder in the mod to the name of your custom admin folder?

  3. #3
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    After installing zen-cart years ago I changed the admin folder from admin to a custom name. Whenever I install plugins I am careful to rename admin (if exists) to the custom name, same as renaming the theme folder to the theme I use. This has worked fine up til now.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    That's what I was asking about, and that's correct. I 'installed' that mod on a test site, and I don't see anything about it in Admin or on the Contact Us page. I'm trying to install it on 1.5.4, though, and it says this in the readme: *NOTE: Will not work with Zen Cart versions 1.5.2 or newer, unless custom MySQL queries are rewritten to use Zen Cart database function calls.*

    I don't have a 1.5.1 installation, so I can't be of much help. What problem are you trying to solve with this mod?

  5. #5
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    Perhaps want to look in/post to the recaptcha thread as it probably is all covered there (or at least likely to get further assistance from those that use it routinely): https://www.zen-cart.com/showthread....CAPTCHA-plugin
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    That's a different captcha mod from the one the OP asked about, but there might be some useful info there.

  7. #7
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    Honestly, I don't remember having installed this program in the past, so downloaded and attempted to install it the other day because the contact form is failing. When you load the contact page, above submit you get the message/error:

    Security Check: Invalid site key. Please see the FAQ.

    You get no recaptcha image. The FAQ referred to takes you to google recaptcha. I looked all throughout the filesystem and database and zen-cart admin and could not find a way to set the recaptcha keys. The form was working until recently. Since I couldn't figure out why/what I thought installing a new recaptcha might be an alternate fix.

    If I can't figure out either/or, I'll probably just create an HTML mirror of the contact page (as php) and use one of my forms, perhaps with bootstrap. Scratching my head first though.

  8. #8
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    Well, after my last post (just as I was hitting send) I realized what stevesh pointed out that this is different than the google recaptcha to which I referenced... It appears that no formal thread was established for this version and perhaps it was an expansion to the other one without realizing it. But, the google recaptcha does offer the capability of applying it to the contact us page as well as other areas and the author does check the thread rather regularly, though this topic is already covered in it I am pretty sure...

    Today having looked at the plugin information (not the files yet) it does appear that there is some expectation of admin options being in at least one of the downloads... Might be in the older one?

    Anyways, if I get a chance (not too likely in the next day or so) I'll take a look, but other than that the other recaptcha mod works. As to issues with the contact_us page, well... Depending on versions of things it may be that the anti-spam code of more recent versions of ZC is not properly/fully implemented...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    Yes thank you. The README for this plugin seems to indicate that I followed the right procedures. Creating the hack workaround to make a custom contact page is not a great solution, but is quite doable, perhaps an hour's work or so. I'll keep that in my back pocket as I wait and watch. Tx. The version of ZC here is 1.5.1.

  10. #10
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Contact reCAPTCHA - Version: 1.3.2 --> no installation link

    Okay, so took a few minutes to look through the files of the downloadable contact recaptcha. In the admin/includes/functions/extra_functions/recaptcha_functions.php file on line 82 is a check against the "minor version of 5.0 (applicable for ZC 1.5.0 and 1.5.1 believe it or not) that is performed in the install_recaptcha function. This should be activated when an admin webpage is attempted to be loaded with the parameter install_recaptcha=yes like: webpage dot com/YOURSECRETADMIN/index.php?install_recaptcha=yes. If there is already a question mark in the uri, then append the above parameter with &.

    But also looking at the code, it appears that the code is supposed to "work" (at least offer the install option at the top of the screen) without doing any version compare... But, if it has previously been installed and "partially" removed, then it could be that the install routine isn't picking up on that... Would suggest "removing" it (at least activating the SQL to do so) and then install either through the above, or via the "normal" route.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Google NEW (2014 version) reCAPTCHA 2.0
    By marcopolo in forum General Questions
    Replies: 0
    Last Post: 14 Jun 2015, 06:54 PM
  2. Adding reCAPTCHA to Contact Us Form
    By bsteinagel in forum All Other Contributions/Addons
    Replies: 187
    Last Post: 13 Dec 2013, 08:10 PM
  3. Contact reCAPTCHA
    By nolsowski in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 29 Apr 2012, 08:54 PM
  4. Contact Recaptcha
    By Miff in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2011, 10:40 PM
  5. Contact reCAPTCHA and 1.3.9d
    By nickgreaves in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 24 Jun 2010, 07:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg