j_3,
I can't test it on ssl.
Printable View
j_3,
I can't test it on ssl.
Woody!
I test it PHP 5.2.1 (Zend: 2.2.0). All work normal.
Hi, I too was getting this "secure and nonsecure" issue when I click on the login link. I did some reading and searching, this is what I did to solve this issue.
edit this file /includes/classes/captcha.php
At line 64, change from
$this->img_href = zen_href_link('captcha_img.php', zen_session_name() . '=' . zen_session_id(), 'NONSSL', false, false, true);
to
$this->img_href = zen_href_link('captcha_img.php', zen_session_name() . '=' . zen_session_id(), 'SSL', false, false, true);
Notice the underlined word to be changed. Works for me.
Hope this helps. :thumbsup:
Cheers,
KennyOz
http://cheekyjunior.com.au
Hi KennyOz,
Thank for the decision!
Fixed.
Glad you solved you problem!
My question got, understandably, buried during the serious discussion of the real time issue so I thought I would ask it again.
Again, excuse my ignorance, read the posts but just want to make sure since it really wasn't confirmed:
This download replaces (appears that it is suggested that you remove the previous CAPTCHA prior to loading this one) the download section CAPTCHA (which only protects the customer sign up process) and provides protection for both the sign up process AND contact_us submission?
Just looking for confirmation if someone has the time. Hoping it's all true, certainly needed.
Thanks.
That is correct. The other version is quite differet than this one, so make sure to remove everything. There's no SQL uninstall script, so you'll have to manually remove entries from the database (you might not need to do this, but if you don't, it'll still appear in Admin).
This version can also do Tell a Friend and Reviews.
QUESTION: Can anyone confirm they have the captcha mod working on Zen Cart 1.37 with IH2 and/or Zen Lightbox installed?
UPDATE on my ongoing issue...I moved the account on which captcha was working (on host with PHP4) over to the same host where captcha was not working (with PHP5). So both accounts are now running on same machine.
I've confirmed captcha IS still working on the moved account (on the host with PHP5)!
So this issue is specific to the specific account and/or Zen Cart install/config! Nothing to do with PHP or mod_security. Sorry for the wild goose chase.
So this leaves me to ponder: why the diff on accounts on the same host? I've installed latest mod v2.6 on both accounts (both running Zen Cart 1.37).
The Zen Cart which captcha works has NO mods installed.
The Zen Cart which captcha does NOT work has MANY mods installed including Image Handler 2 and Zen Lightbox.
I'm wondering if we have a mod compatibility issue?
Repeat Question: Can anyone confirm they have the captcha mod working on Zen Cart 1.37 with IH2 and/or Zen Lightbox installed?
Woody
Thanks, this one looked involved so wanted to head off any problems.
SQL! Oh Nooooo!
Though I've done inserts in Admin. I've never hand added/deleted anything.
Any clues as to entries to remove and procedure?
Going to give it a shot. Tried "browse" and I see "CAPTCHA validation" in configuration_group but that is the only thing I see based on guessing what to look from from Captcha original SQL insert but looks like there should be something else. Specifically, 'Anti-Robot Registration/Verification'.
Search of entire database shows "activate validation" somewhere in "configuration" field but I can't seem to find that entry.
Am I close? Just delete the "CAPTCHA Validation" line?
Thanks for the time, keep thinking I'm near done then there's another great mod! Security is top in my mind so I don't want to rush to live prematurely.
Woody!
Certainly it works with Zen Lightbox. And with all other normal mods. :)
That with IH2 I do not know. I didn't try, didn't install, didn't look and didn't touch this :censored:.