Re: Captcha using TTF & GD
Do you have SSL installed on your site ?
IF you enabled the captcha for tell a friend and other pages. and not working , try this ..
open captcha.php located in include / classes ..
on line 68 ish .. change SSL to NONSSL .. save and update with the one on your server , and see if it works.
if it didn't then change it back to SSL again to make sure everything is back to what it was.
PS. do you have a link to the contact us section of your site ?? might be able to figure out something from there.
Re: Contact Us not working
Tony,
Thanks for those thoughts, I did notice the SSL last night, but didn't know what to do with it, so now I've tried your amendment, but without success, LogIn still works on SSL and the Contact Us doesn't.
I've left the change in place if you want to look at it yourself.
Test Site is here: BonDevZone Marketplace
:unsure:
Re: Not working Tell A Friend, Contact Us......
Quote:
Originally Posted by
a_berezin
worldmaker,
Maybe you have disable this in admin?
Andrew,
Thanks for that, but the only item I had disabled in admin was Tell A Friend, which I then enabled last night to test it.
You can see for yourself if you have a moment here: BonDevZone Marketplace, and as you'll see I have tried Tony's suggestion without result.
:unsure:
I just know it's something really simple, but I don't know where to look.
:smile:
Re: Not working Tell A Friend, Contact Us......
worldmaker,
Can you send me /pages/contact_us/header_php.php and list of directory /pages/contact_us/*.*
Re: Captcha using TTF & GD
looking at your source file for contact us page.. some of captcha files seems to reside on folder called bdz and some in bdz_tests folder.
create proper template override in your bdz_tests folder and move all captcha files to that folder , and see if they work Ok ..
Re: Captcha using TTF & GD
Quote:
Originally Posted by
tony_sar
looking at your source file for contact us page.. some of captcha files seems to reside on folder called bdz and some in bdz_tests folder.
create proper template override in your bdz_tests folder and move all captcha files to that folder , and see if they work Ok ..
Tony,
bdz is the proper override folder for the test site, and all the correct files are already in place there. Obviously some of the captcha files are no capable of being overridden and I've replaced the original files with the captcha versions (yes, I did make backups first).
:unsure:
Re: Not working Tell A Friend, Contact Us......
Quote:
Originally Posted by
a_berezin
worldmaker,
Can you send me /pages/contact_us/header_php.php and list of directory /pages/contact_us/*.*
Andrew,
It's all on its way.
:smile:
Re: Contact Us and Tell A Friend not working
MANY thanks to Andrew, his suggestion worked perfectly.
Here's what I did "wrong".
When inserting the new captcha version of header_php.php I had preserved the original under the name header_php-ORIGINAL.php
THIS was the source of the problem.
Once the ORIGINAL was removed the captcha version worked perfectly.
:clap:
Re: Captcha using TTF & GD
Works fine except now most of my pages have the title Contact Us. Anyone know why?
Re: Captcha using TTF & GD
Nevermind, I accidentally uploaded something into the wrong folder.