Just noticed, the captcha image appears to be missing in article pages?
Does it appear in the default theme?
Not really...
I also noticed the "share this" buttons are now centered. Before, it was to the far right.
As IchBin pointed out, the Captcha not loading could simply be a space in one of your php files, it happened to be SSI.php for me, I didnt take any notice check your source code on your site can you see emply lines at the top?.
If your 100% sure its not a empty space its something to do with ur GD Graphics Library.
http://www.tinyportal.net/index.php?topic=32310.0
Thanks for the link,.....i looked in most files but i may have missed it.
I also use the recaptcha mod. I disabled it and SMF's captcha works but not in TP articles.
This is in the error log:
http://www.chevyavalancheclub.com/index.php?/;letter=1
8: Undefined variable: code
File: /home/*******/public_html/Sources/TPortal.php
Line: 2766
letters 1,2,3,4 and 5
more....
http://www.chevyavalancheclub.com/index.php?/page,402.html
8: Undefined index: verification_image_href
File: /home/midwes15/*******/Themes/default/TPsubs.template.php
Line: 1736
http://www.chevyavalancheclub.com/index.php?
8: Undefined variable: code
File: /home/*******/public_html/Sources/TPortal.php
Line: 2766
This may be a bug.....
All my troubles and errors above, are due to:
In, "Article Settings"---->"Use visual verification for comments in articles?"
Set to "Yes", works.
Set to "No", errors out.
So for now, it works ;)
Quote from: bluedevil on April 11, 2010, 06:26:00 PM
This may be a bug.....
Yep... The no option trys to load the verification images, I think there should be an option for recaptcha as an alternative. ;)
Least it wasnt an empty space :P
Quote from: Maxâ„¢ on April 11, 2010, 06:35:15 PM
Quote from: bluedevil on April 11, 2010, 06:26:00 PM
This may be a bug.....
Yep... The no option trys to load the verification images, I think there should be an option for recaptcha as an alternative. ;)
Least it wasnt an empty space :P
Oh yeah, i looked again and didnt find anything. Phew!
Yep, reCaptcha would be nice. I like the mod. vBgamer's contact mod uses it as an alternative.
Just a thought, when you test things, it's a lot easier to know if things really are TP issues if you just use a testsite for testing things,
If you use it on a live site, with more mods installed that can be similar to what tp have built in, like this Captcha mod, it will be difficult to know if this other mod have made some changes that shoots the error instead of TP.
I know as i have done the same misstakes myself using and testing TP on my old live site with several other mods installed. There i got errors, but not on my testsite, so if you set up a testsite with no other mods then TP, we can easily make sure nothing else can conflict :)