Hi,
I upgraded SugarCRM to version 4.2.1 and when I try to use my leadcapture form on website t just displays a blank page after submit.
I tracked the problem and found that leadcapture process stops in SugarBean.php on the row (780) that says:
In 4.2.0d it is:Code:$query .= $field."='".$GLOBALS['db']->quote(from_html($this->$field))."'";
It didn't help to change this row cause most probably there has been some bigger changes in code.Code:$query .= $field."='".PearDatabase::quote(from_html($this->$field))."'";
Has anyone found anything concerning this "leadcapture in 4.2.1" problem?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks