Actions
Bug #3326
closedCB Captcha not configured to allow integration usage results in photo/file upload to fail
Bug #3326:
CB 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.
Actions