We have a working installation of SugarCRM 4.2.0d, and we have integrated some of our internal applications via the API. Everything has worked fine until we upgraded Sugar to 4.5.1b - now we're getting API errors.
we have worked through several of the errors, but are stuck on this one.
When we call create_account via the API, the following error is returned:
Fatal error: Call to a member function quote() on a non-object in /path_to_my_install/include/database/PearDatabase.php on line 37
Does anyone have any tips for diagnosing what might be wrong here?
The function that is being called in PearDatabase.php is:
function quote($string,$isLike=true){
$string=$GLOBALS['db']->quote($string, $isLike);
return $string;
}
Environment:
Server: Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7g DAV/2 PHP/5.1.4
Slackware 10.2.0
MySQL Ver 14.7 Distrib 4.1.14, for slackware-linux-gnu (i486) using EditLine wrapper
Thanks,
Matt


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks