Page 18 of 19 FirstFirst ... 816171819 LastLast
Results 171 to 180 of 184
  1. #171
    Join Date
    Sep 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    Hi Pickupman,
    I'm having trouble on the create account page. It will not check to see if the recaptcha is entered. It only checks the usual required fields. It is working on the contact page. I'm running 1.3.9h.

    Any idea?

    Thanks,
    Rich


    Quote Originally Posted by pickupman View Post
    CP,
    I got the problem figured out for you finally. You can't have more than one header_php file in the /includes/modules/pages folders. It looks like you were renaming backups. However, zencart runs each of those files. So it was executing the header_php files multiple times creating the redeclare errors. I have removed those file from the folders, and now it is running properly.

    If you want to have a backup just do not use header_php in the file name.

    Running WinCacheGrind, I could see zencart loading:
    index.php
    --->require: application_top.php
    --->require: header_php.php
    --->require: header_php_original.php

  2. #172
    Join Date
    Jun 2009
    Posts
    77
    Plugin Contributions
    5

    Default Re: Adding reCAPTCHA to Contact Us Form

    Quote Originally Posted by revitupmedia View Post
    Hi Pickupman,
    I'm having trouble on the create account page. It will not check to see if the recaptcha is entered. It only checks the usual required fields. It is working on the contact page. I'm running 1.3.9h.

    Any idea?

    Thanks,
    Rich
    Hey Rich,
    I just replied to your PM. Check it and let me know. You may already have a custom create_account.php page that may override this mod. This should be easy to fix.

  3. #173
    Join Date
    Sep 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    Hi Pickupman,
    You were correct about having a create_account.php file in the template folder overriding your file. Thanks again for pointing it out.

    rich

  4. #174
    Join Date
    Aug 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    Hello Pickupman

    When I testing the check out and selected a project and clicked checkout, on the top of the next page (signin or register to checkout) it also appeared Bitbucket's page - pickupman is sharing code with you. Do you know what's wrong with my code? I haven't done anything since last time.

    Cheers

    CP

  5. #175
    Join Date
    Jun 2009
    Posts
    77
    Plugin Contributions
    5

    Default Re: Adding reCAPTCHA to Contact Us Form

    Quote Originally Posted by CP_River View Post
    Hello Pickupman

    When I testing the check out and selected a project and clicked checkout, on the top of the next page (signin or register to checkout) it also appeared Bitbucket's page - pickupman is sharing code with you. Do you know what's wrong with my code? I haven't done anything since last time.

    Cheers

    CP
    Hey CP,
    Look in the file /includes/modules/pages/login/header_php.php and see if that text appears anywhere because it is not in the source files. Also, remember from the last issues, make sure you don't have any extra header_php files, not even renamed.

    I looked at your page, and to be quite honest, I don't know how you did this.

  6. #176
    Join Date
    Aug 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    Hello Pickupman

    you are right, I have removed all the duplicated files, in particular includes/modules/pages/login/jscript_jquery_.php. Now it works.

    Thanks for you help as always.

    about to do live. fingers across.


    Cheers

    CP

  7. #177
    Join Date
    Apr 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    Quote Originally Posted by pickupman View Post
    Hey Rich,
    I just replied to your PM. Check it and let me know. You may already have a custom create_account.php page that may override this mod. This should be easy to fix.
    Hi Pickupman,

    I have the same problem with Rich. The captcha doesn't work on create account but in contact us page it works. Can you also help me this?

    I'm running Zen Cart V1.5

    Thanks

    Donald

  8. #178
    Join Date
    Aug 2008
    Location
    Abbottabad, Pakistan
    Posts
    21
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    [QUOTE=pickupman;1121621]

    Hello pickupman,

    I installed reCAPTCHA module but when I go to

    http://mydomain.com/mysecretadmin it shows a blank white page

    and when i go to
    http://mydomain.com/mysecretadmin/login.php

    It works fine, any idea how to fix it?

    Usman

  9. #179
    Join Date
    Jun 2009
    Posts
    77
    Plugin Contributions
    5

    Default Re: Adding reCAPTCHA to Contact Us Form

    Hello pickupman,

    I installed reCAPTCHA module but when I go to

    http://mydomain.com/mysecretadmin it shows a blank white page
    Sometimes the download will get a whitespace/line break issue in /admin/includes/init_includes/init_reloadedstack.php. Its seems to be a end of line issue. Make sure that the file should look like:
    Code:
    <?php
    /**
    * Custom message stack output to add on to messageStack variable
    * @author Joe McFrederick
    */
    if (isset($_SESSION) AND is_numeric($_SESSION['admin_id']) AND is_object($reloadedStack) )
    {
            foreach ($reloadedStack->errors as $message)
            {
                    $messageStack->errors[] = $message;
                    $messageStack->size += 1;
            }
    }

  10. #180
    Join Date
    Aug 2008
    Location
    Abbottabad, Pakistan
    Posts
    21
    Plugin Contributions
    0

    Default Re: Adding reCAPTCHA to Contact Us Form

    I removed this file
    /melian/includes/functions/extra_functions/recaptcha_functions.php

    and this fixed the problem. I am not getting the blank screen plus recaptcha is working fine as well, your thoughts on this?

 

 
Page 18 of 19 FirstFirst ... 816171819 LastLast

Similar Threads

  1. Removing default contact info on contact us page/adding form to page
    By haggis0929 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Dec 2009, 06:41 PM
  2. Adding Contact Us Form into EZPages
    By chris32882 in forum General Questions
    Replies: 1
    Last Post: 22 Oct 2008, 08:35 PM
  3. Adding fileds to the contact us form
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Dec 2007, 07:22 AM
  4. Adding fields to contact form???
    By kgmmusic in forum General Questions
    Replies: 2
    Last Post: 6 Aug 2006, 10:38 PM

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
  •