Version 7.11.13
Sugar Version 6.5.25 (Build 344)
Hi on me Problem in the Report module with thead appear undefined.
Example:
How to resolve dis mistake.
Version 7.11.13
Sugar Version 6.5.25 (Build 344)
Hi on me Problem in the Report module with thead appear undefined.
Example:
Hey,
Normally, with “undefined” labels, one of the main things worth checking is that the permissions on the instance are correct.
If you haven’t already, I’d recommend re-setting file permissions for the SuiteCRM folders/files
I’d recommend running the following:
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload
sudo chown -R www-data:www-data .
(replacing www-data with whatever your web server user is)
Then clearing browser cache, and trying again
If you do the above, do you see the correct values?