Bug #3326
closed
CB Captcha not configured to allow integration usage results in photo/file upload to fail
Added by krileon over 12 years ago.
Updated over 12 years ago.
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.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- 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
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".
- Status changed from Resolved to Closed
Also available in: Atom
PDF