TinyPortal

Development => Support => Topic started by: Mick on April 11, 2010, 04:37:08 PM

Title: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Mick on April 11, 2010, 04:37:08 PM
Just noticed, the captcha image appears to be missing in article pages?
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Renegd98 on April 11, 2010, 04:40:16 PM
Does it appear in the default theme?
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Mick on April 11, 2010, 04:50:49 PM
Not really...
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Mick on April 11, 2010, 04:54:04 PM
I also noticed the "share this" buttons are now centered.  Before, it was to the far right.
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Max on April 11, 2010, 05:01:26 PM
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
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Mick on April 11, 2010, 05:34:32 PM
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
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Mick on April 11, 2010, 06:26:00 PM
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 ;)
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: 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
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: Mick on April 11, 2010, 06:39:06 PM
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.
Title: Re: RC3 & TP5-1 Captcha Not Defined Yet
Post by: G6Cad on April 11, 2010, 08:47:35 PM
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 :)