Pop-up indicating "saving shows undefined instead.

Hi folks,

When saving a/any record the popup on screen that should say “saving” show “undefined”. Any ideas about this?

Cheers,
Trevor

Hi Trevor,

Have you tried navigating to Admin -> Repair -> Quick Repair & Rebuild? Please navigate to the bottom of the page once the Quick R & R has completed and execute any changes.

Thanks,

Will.

Hi Will,

Yes, I have already done a Quick R & R and the misbehaviour persists. sugarcrm.log also shows no errors.
Could you tell me where the variable for that popup is defined? Maybe I can check through permissions, etc.

Keep up the good work!
Trevor

Hi Trevor,

Just to let you know these are the standard permissions for a SuiteCRM instance:

sudo chown -R www-data:www-data .

sudo chmod -R 755 .

sudo chmod -R 775 cache custom modules themes data upload config_override.php

Thanks,

Will.