• After Code deployment with Git I am Getting Error..?

    Warning : require_once(src/Cache/Backend/BackwardCompatible.php): failed to open stream: No such file or directory in /var/www/html/sugarcrm/include/utils/autoloader.php on line 355 Fatal error : require_once(): Failed opening required 'src/Cache/Backend…
  • Custom error message not working in create.js

    Hello All, I am trying this way to display a custom error message ({ extendsFrom: 'CreateView', initialize: function (options) { this._super('initialize', [options]); app.error.errorName2Keys['custom_message'] = 'THIS IS MY CUSTOME MESSAGE'; //add validation…