Please Log in or Create an account to join the conversation.
I suggest keeping the answers simple and specific. There's no multi-answer support at this time, sorry.It's not a big deal, but say if the question was what is the name of this site? Rather than forcing the user to type "Community Builder" they could type "communitybuilder" and little things like that if multi answers were added.
Please Log in or Create an account to join the conversation.
krileon wrote:
Means you likely have a fatal error present. It uses an internal Joomla link to output the image. If you've an error present internally in Joomla then it's going to fail to output the image to the header. Enable debug mode and maximum error reporting then navigate to the captcha URL directly and see if any errors are present. If not review your server error log to see if any errors occurred. The tools checker in backend checks that you meet the requirements (GD2 and TrueType). You can also use reCaptcha if you can't resolve your errors.researchware wrote: I'm trying to replace CB Captcha with CB AntiSPAM. Running under Joomla 1.5.26, PHP 5.2.17, CB 1.9, and AntiSPAM 1.0. Using Internal (Code) or Internal (Question), the Captcha will not render (the alt test is displayed). Using Firebug I can see the image tag as:
<img id="antispam_captchaImage" style="height: 40px; width: 382px;" alt="Captcha" src=" www.researchware.com/index.php?option=com_comprofiler&task=pluginclass&plugin=cbantispam&action=captcha&func=image&id=antispam_captcha&format=raw ">
Firebug report that the image will not load. Entering the image source URL in new tab produces a JPG image that says:
The image " www.researchware.com/index.php?option=com_comprofiler&task=pluginclass&plugin=cbantispam&action=captcha&func=image&id=antispam_captcha&format=raw " cannot be displayed because it contains errors.
I looked for any information on minimum version(s) of image/php libraries, but could not find anything on the web site. Any thoughts?
Please Log in or Create an account to join the conversation.
First and foremost there is now a Whitelist feature which you can find in backend. When someone is Whitelisted (User, IP, Email, Domain) they are "immune" to all blocking features, but Logs and Attempts will still be tracked for them.
Please Log in or Create an account to join the conversation.
Please upgrade to latest release then PM me backend super administrator login credentials and will take a look.researchware wrote: I've turned System Debug on and see no errors. You can see the appropriate database calls for the CB registration age field and for AntiSPAM (i.e.
SELECT *
FROM `jos_comprofiler_plugin`
WHERE `element` = 'cbantispam'
). Pulling the captcha image URL and loading in its own tab produces no debug data. I check the server logs and there is nothing. The Tools tab of the AnitSPAM plugin shows:
Errors - No errors were found.
Warnings - No warnings were found.
Info - No info was found.
I guess I'll need to stick with my CB Captcha plugin on our Joomla 1.5.x site.
Currently no plans for this, you shouldn't be whitelisting mass amounts of users. You should only whitelist a select few trusted users that are having troubles. Ideally your auto blocks should be setup to be relaxed and only trigger when abused (defaults should be fine).dotcom22 wrote: This is great, however I suggest for a next release to allow us to set one or more specific usergroup and/or CBsubs plan to be also immune for blocking. This will avoid the hassle to must set one by one all trusted users.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.