Category Archives: Bug Fix

SugarCRM WorkFlow stopped working.

After updating  SugarCRM to Version 6.3, 6.4 or 6.5 it is possible that the previously defined workflows will stop working.  Apparently the workflows are defined correct and they are ok but nothing will happen when the trigger moment comes.  After trying to redefine them still no errors will occur, but they will not be triggered. Continue Reading...

SugarCRM 6.4 Bug – Module Loader stops loading after first module install

If in SugarCRM 6.4 after first trying to install a module with the module loader, if the whole “Module Loader” stops working and shows a incomplete page, then try this bug fix: * look in the following file ModuleInstall/PackageManager/PackageManager.php * find this line : $target_manifest = remove_file_extension( $upgrade_content ) . ‘-manifest.php’; * and just below Continue Reading...