I ran the install and then when I arrived at the dashboard the top blue header section is missing information. Nothing in the Plus Icon section and the User only has logout.
How can I get the top to show the relevant elements?
I did ask it to add demo data and nothing is showing
@Dave_Wilkinson , Can you please open dev tools and share console logs?
Also Go to public/legacy and check if there are any errors in suitecrm.log file.
Please also share the suitecrm version along with apache and php version.
In my experience, most of the times its file permission related issue.
The user and group name (in the above example www-data ) needs to be replaced by the actual system user and group that your webserver runs under. This varies depending on your operating system. Common web server users are as follows:
www-data (Ubuntu Linux/Apache)
apache (Linux/Apache)
If the group name differs from the username apache is running with, you may need 0664 instead of 0644, and 2775 instead of 2755