Untrapped Error on BizSystem::GetDBConnection

If database configuration on metadata/Config.xml not correct, will occur error on BizSystem::GetDBConnection

This error occurs in line :

      // todo: only for mysql
      $db->query("SET NAMES 'utf8'");

This error also not trapped, so if call by service, there are not error message displayed :(.

 

Agus Suhartono aka mr_a_ton | ThePhpEnterprise.Com