Page 5 of 5 FirstFirst ... 345
Results 41 to 49 of 49
  1. #41
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: reCaptcha addon not showing in page

    all of a sudden i'm having a problem with pickupman's plugin.. the captcha seems to be working fine from the front end but there is nowhere to edit it in the admin.. there is nothing under 'configuration' for 'recaptcha'.. Plus i am getting hit with hundreds of spam emails from my contact page with this captcha on it - for the last 4 weeks. http://www.swordsofhonor.com/index.p...age=contact_us

  2. #42
    Join Date
    Jun 2009
    Posts
    83
    Plugin Contributions
    4

    Default Re: reCaptcha addon not showing in page

    Quote Originally Posted by lidlchris View Post
    all of a sudden i'm having a problem with pickupman's plugin.. the captcha seems to be working fine from the front end but there is nowhere to edit it in the admin.. there is nothing under 'configuration' for 'recaptcha'.. Plus i am getting hit with hundreds of spam emails from my contact page with this captcha on it - for the last 4 weeks. http://www.swordsofhonor.com/index.p...age=contact_us
    It's been awhile since I worked on the code in this plugin, but you have two options for the admin side. The plugin should create a link under Admin->Configuration. Either scenario, please copy down your reCaptcha information before proceeding.

    1. Since ZC v1.5 and higher, admin menu links have to added to the system to show on the admin menus. You can do this manually by finding the configuration group id and entering the correct values to add the menu. The config key value is 'configRecaptcha'.

    2. Uninstall the plugin, and try reinstalling it. Specifically the admin files. My code should have automatically installed the admin menu link itself. Navigate to the Admin home page. Then add to the end of the url: index.php?remove_recaptcha=yes
    So the url would look like http://yoursite.com/YOUR-ADMIN-FOLDE..._recaptcha=yes After the page loads, it should display a link to reinstall itself.

    The latest version maybe downloaded from here:
    https://bitbucket.org/pickupman/zenc...ha/get/tip.zip

  3. #43
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: reCaptcha addon not showing in page

    thanks for quick response. i uninstalled the files from the 'admin' section and reinstalled from the zip file you sent. when i did this, the admin section would not even show up.. a blank screen and i was not able to see anything in the admin. i removed the admin files and now i can get back into my admin section.

  4. #44
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: reCaptcha addon not showing in page

    images of the configuration file entries and configuration_group entries.

    Click image for larger version. 

Name:	2016-12-27_1958.jpg 
Views:	50 
Size:	40.0 KB 
ID:	16854Click image for larger version. 

Name:	2016-12-27_1957.jpg 
Views:	85 
Size:	12.8 KB 
ID:	16855

  5. #45
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: reCaptcha addon not showing in page

    by moving the admin files 1 by 1, i was able to determine that the file - config.reloadedstack.php - is the one causing the admin section to crash (or come up with a blank screen). once i remove that one file, admin starts working again.. i'm using zen 1.5.1

  6. #46
    Join Date
    Jun 2009
    Posts
    83
    Plugin Contributions
    4

    Default Re: reCaptcha addon not showing in page

    Quote Originally Posted by lidlchris View Post
    by moving the admin files 1 by 1, i was able to determine that the file - config.reloadedstack.php - is the one causing the admin section to crash (or come up with a blank screen). once i remove that one file, admin starts working again.. i'm using zen 1.5.1

    I just did a fresh install of Zencart and the plugin. I made and update to one file that was causing an issue for me on the installation. The file you mentioned is the file that causes another file to load. By removing the file prevents code in the installation from running.

    Try replacing /admin/includes/functions/extra_functions/recaptcha_functions.php with the content in my update:
    https://bitbucket.org/pickupman/zenc..._functions.php

    OR download the whole plugin at:
    https://bitbucket.org/pickupman/zenc...tcha/downloads

    What error is showing in your logs/ folder for today?

  7. #47
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: reCaptcha addon not showing in page

    Quote Originally Posted by pickupman View Post
    I just did a fresh install of Zencart and the plugin. I made and update to one file that was causing an issue for me on the installation. The file you mentioned is the file that causes another file to load. By removing the file prevents code in the installation from running.

    Try replacing /admin/includes/functions/extra_functions/recaptcha_functions.php with the content in my update:
    https://bitbucket.org/pickupman/zenc..._functions.php

    OR download the whole plugin at:
    https://bitbucket.org/pickupman/zenc...tcha/downloads

    What error is showing in your logs/ folder for today?

    just did this and got the same problem.. the admin section doesn't work - blank screen.. then i remove config.reloadedstack.php and the admin section works again.. the only errors in the error log today - same as yesterday - are related to RSS. Here they are:

    [28-Dec-2016 04:00:39 UTC] PHP Fatal error: require_once(): Failed opening required 'include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/rss.php on line 11
    [28-Dec-2016 04:30:53 UTC] PHP Warning: require_once(include/config.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/rss1.php on line 11
    [28-Dec-2016 04:30:53 UTC] PHP Fatal error: require_once(): Failed opening required 'include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/rss1.php on line 11
    [28-Dec-2016 08:15:06 UTC] PHP Warning: require_once(include/config.php): failed to open stream: No such file or directory in /home/xxxxxxx/public_html/rss.php on line 11

  8. #48
    Join Date
    Jun 2009
    Posts
    83
    Plugin Contributions
    4

    Default Re: reCaptcha addon not showing in page

    Quote Originally Posted by lidlchris View Post
    just did this and got the same problem.. the admin section doesn't work - blank screen.. then i remove config.reloadedstack.php and the admin section works again.. the only errors in the error log today - same as yesterday - are related to RSS. Here they are:

    [28-Dec-2016 04:00:39 UTC] PHP Fatal error: require_once(): Failed opening required 'include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/rss.php on line 11
    [28-Dec-2016 04:30:53 UTC] PHP Warning: require_once(include/config.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/rss1.php on line 11
    [28-Dec-2016 04:30:53 UTC] PHP Fatal error: require_once(): Failed opening required 'include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/rss1.php on line 11
    [28-Dec-2016 08:15:06 UTC] PHP Warning: require_once(include/config.php): failed to open stream: No such file or directory in /home/xxxxxxx/public_html/rss.php on line 11
    Strange that my plugin loading file will throw some sort of error in your /include/config.php file. I would guess that you have a custom plugin that is loading the rss.php file. That code is trying to output some text or has trailing white space following a closing ?> php tag. This error is coming on the front end it would appear based on the file paths. Usually errors that occur from the admin section would be like my-ADM(timestamp)-debug.log.

    Have you re-uploaded the entire admin section of the plugin?

  9. #49
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: reCaptcha addon not showing in page

    Quote Originally Posted by pickupman View Post
    Strange that my plugin loading file will throw some sort of error in your /include/config.php file. I would guess that you have a custom plugin that is loading the rss.php file. That code is trying to output some text or has trailing white space following a closing ?> php tag. This error is coming on the front end it would appear based on the file paths. Usually errors that occur from the admin section would be like my-ADM(timestamp)-debug.log.

    Have you re-uploaded the entire admin section of the plugin?
    yes i uploaded the entire admin section.. you've got me concerned now about the RSS.. i don't think i ever installed an RSS plugin for this site. those 2 RSS files were from the old SUNSHOP site.

 

 
Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. order delivery date addon - date not showing in checkout
    By jagall in forum Addon Shipping Modules
    Replies: 4
    Last Post: 19 Oct 2017, 09:09 PM
  2. v151 contact reCAPTCHA not working
    By lidlchris in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 16 Jun 2016, 07:32 PM
  3. v150 Installing old Google ReCaptcha addon - ZC1.50
    By Miff in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Feb 2012, 07:37 PM
  4. v150 Rss feed 2 addon not showing in admin
    By dnwmarket in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 23 Feb 2012, 01:47 PM
  5. How not to delete the text message when reCAPTCHA is incorrect?
    By DML73 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 17 Dec 2011, 12:25 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR