Project

General

Profile

Actions

Bug #3326

closed

CB Captcha not configured to allow integration usage results in photo/file upload to fail

Added by krileon about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08 March 2012
Due date:
% Done:

100%

Estimated time:

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 #1

Updated by krileon about 12 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions #2

Updated by krileon about 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
Actions #3

Updated by krileon about 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 #4

Updated by krileon about 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF