Actions
Bug #3326
closedCB Captcha not configured to allow integration usage results in photo/file upload to fail
Description
When Captcha is used it's possible for a photo/file to fail to upload due to the IF statements. Photo/file upload needs to be done shortly after all the basic IF checks then add an if ( ! $row->getError() ) { check then perform the upload will eliminate this problem.
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon over 12 years ago
- Subject changed from Possible bug can cause file/photo to not upload when Captcha is used to CB Captcha not configured to allow integration usage results in photo/file upload to fail
Updated by krileon over 12 years ago
This is due to how the IF statement works to check if Captcha is valid. It then results in the upload never actually happening. Often the Captcha isn't even displayed because "Include Captcha in other uses:" within CB Captcha in CB > Plugin Management is not set to "Yes".
Actions