Hello
I am running SuiteCRM 7.14.7 and a random regular user lost the layout of the contact details view.
Does anyone know this issue?
What is the cache template path?
Hello
I am running SuiteCRM 7.14.7 and a random regular user lost the layout of the contact details view.
Does anyone know this issue?
What is the cache template path?
Set the correct permissions on the SuiteCRM directory (Linux):
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload
sudo chmod 775 config_override.php 2>/dev/null
That www-data needs to be replaced by the actual system user that your web server runs under. This varies depending on your operating system. Common web server users are as follows:
www-data (Ubuntu Linux/Apache)
apache (Linux/Apache)
nobody (Linux/Apache)
IUSR_computerName (Windows/IIS) The commands/steps taken to setting permissions differ depending on your operating system. If you are experiencing issues with setting permissions on your SuiteCRM instance, visit our support forums.
Did you change anything in the contacts module?
@rsp remember that different people run different systems - your commands can totally break somebody’s installation if it’s not using www-data user for the web server. And then people might not be able to easily bring things back online.
So it’s better to be extra careful when providing help…
There is no issue with file permissions.
Yes, we are using “apache (Linux/Apache)” .
Folder permission: 775 (Owner/Group apache:apache)
File Permission: 644 (Owner/Group apache:apache)
![]()
![]()
I haven’t changed anything in the contact module.
Can you find anything in the server logs?
Or in the browser developer console?
Also, try a different browser to see if it makes any difference.
I didn’t find anything wrong.
I’m getting it randomly. That’s why I don’t see any problem with it.
The files in the cache folder are constantly being recreated over and over again.
How can I stop it?
Do you know how to read and write cache file paths?
Yes, folders and files inside cache folder are auto generated.
What do you mean?
suitecrm/cache/
How does it automatically generate the file?