Page 1 of 2 12 LastLast
Results 1 to 10 of 186

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: CAPTCHA Anti-Robot Mod

    When installing the sql patch through admin, the following error message shows up.

    WARNING: An Error occurred, please refresh the page and try again.
    This is probably the error previous posters are talking about.

    Per the ReadMe file, verified that these are correct

    # Add-Ons already or, made changes to this table, you will need to set those numbers to what the next setting would be for them, in Sequential Order
    Tina

  2. #2
    Join Date
    Jan 2010
    Posts
    182
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    1.3.8a, been working fine since the beginning (not to rub it in)

    Is there any way to remove zeroes and o's from the random generation?

    Customers are getting frustrated (customer service too) on this one.

  3. #3
    Join Date
    Jan 2010
    Posts
    182
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by sbbemn View Post
    Is there any way to remove zeroes and o's from the random generation?
    Anyone who needs to change the font, I succeeded by using the reference to a .gdf font file. This then prompted me to up the size of the image too, which was nice

    PHP Code:
        //Add randomly generated string in black to the image
        
    $font imageloadfont('./atommicclock.gdf');
        
    ImageString($image$font4010$pass$black); 

  4. #4
    Join Date
    Jun 2006
    Location
    Sea Lake, Australia
    Posts
    81
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Should the bottom of eg

    tpl_contact_us_default.php

    be

    ?>
    </form>
    </div>

    instead of

    ?>

    </div>

  5. #5
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by charmedbytina2 View Post

    When installing the sql patch through admin, the following error message shows up.

    This is probably the error previous posters are talking about.
    This can also happen when the TYPE=MyISAM in the SQL file conflicts with the MySQL version that the user is running.

    Changing it to ENGINE=MyISAM solves the problem, as per post by DrByte

    Installing the patch from within phpMyAdmin will give detailed error messages.

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by charmedbytina2 View Post
    When installing the sql patch through admin, the following error message shows up.



    This is probably the error previous posters are talking about.

    Per the ReadMe file, verified that these are correct



    Tina
    Quote Originally Posted by simon1066 View Post

    Installing the patch from within phpMyAdmin will give detailed error messages.
    That generic error message when installing an SQL file will mean that an error log was also created. THIS is where the error details are contained..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by DivaVocals View Post
    That generic error message when installing an SQL file will mean that an error log was also created. THIS is where the error details are contained..
    Ah! I see, thanks

  8. #8
    Join Date
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    The Captcha works on the contact us (except that it erases your message if you type the wrong captcha phrase, any way to keep this from happening?
    Using version 1.3.9h

  9. #9
    Join Date
    Nov 2007
    Posts
    30
    Plugin Contributions
    0

    Default CAPTCHA images not displaying

    I have installed the mod - pretty sure correctly - except that the images don't display.

    Through debugging it looks like the function zen_image is returning nothing, although it works on other places on the site.

    For now I've added a temporary fix bypassing the zen_image function with direct-coded img tags instead.

    Here's my website
    ethnosuperlounge.com/eslshop

    Any advice much appreciated.

  10. #10
    Join Date
    Aug 2010
    Location
    Spokane, Washington, United States
    Posts
    34
    Plugin Contributions
    1

    Default Re: CAPTCHA images not displaying

    Quote Originally Posted by shen View Post
    I have installed the mod - pretty sure correctly - except that the images don't display.

    Through debugging it looks like the function zen_image is returning nothing, although it works on other places on the site.

    For now I've added a temporary fix bypassing the zen_image function with direct-coded img tags instead.

    Here's my website
    ethnosuperlounge.com/eslshop

    Any advice much appreciated.

    To verify, which version of Zen-Cart are you using, and what add-ons, and version of add-ons? In the event another add-on is causing a conflict with the Captcha add-on.

    Then check and verify that your images are in the appropriate location. Based on the coding, your images for the validation folder should be located: YOUR STORE SITE/IMAGES/VALIDATION/"images here".

    The most common problem with the Captcha add-on, is the failure to utilize the split log-on setting. Not using that, will hide items related to the Captcha add-on.

    All this information for the most part, has been fully covered in the thread. True, a lot of information is listed in the forum, and can take some time to find, but should this not help resolve your issue, the answer should be here. Though maybe seems somewhat buried.
    Joseph Greely - Happy to be Zenning
    http://www.zen-cart.com/index.php?ma...roducts_id=325

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. User Verification (Anti-Robot / CAPTCHA)
    By funkey in forum All Other Contributions/Addons
    Replies: 191
    Last Post: 6 Oct 2014, 08:12 PM
  2. CAPTCHA Anti-Robot Registration v1.4 for ZC v1.5 -- support thread
    By Joseph_Greely in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 4 Jul 2013, 09:35 PM
  3. v151 CAPTCHA Anti-Robot Registration v1.4
    By Razzinator in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 5 Mar 2013, 04:45 PM
  4. CAPTCHA Anti-Robot
    By New Directions in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jun 2010, 03:36 AM
  5. CAPTCHA Anti-Robot Registration module
    By oxicottin in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2008, 09:35 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