Not sure, But can you try with php.ini as for legacy it may be for content frame only from legacy/index.php
Also, do you have PHP and SuiteCRM versions as per the compatibility matrix?
Ok, I now removed error_reporting(0); from my index.php, and added display_errors=Off; to my php.ini of my server. All the warnings are back now again (see screenshot attached).
Not having a nav bar points to using the wrong URL or DocRouting. Your URL should be like crm.mycompany.com/#/ which should auto direct you to the homepage or login page.
Errors should also be disabled as was suggested during run time as it is best to check logs and stick to onscreen when you’re very unsure what’s wrong.
Please let me know what the end of your URL currently looks like and if the issues persist if you try the format listed above
My SuiteCRM is installed locally on my Apache web server. So to access the crm I go to http://localhost/suitecrm8/public/legacy as it was set by default during the installation.
However, in my config.php site url is set to http://localhost/suitecrm8, because this is the path to my site folder.
As you’re navigating to the legacy that’s where the issue comes from. You will want to change the doc route as shown here;
So that when you go to localhost/suitecrm8 it handles the redirects properly and you end up seeing the new Suite8 front end. You may need to reinstall if this wasn’t the install page you saw originally;
Hm, no, this was not the install page I saw when I was installing it originally. This is strange, because I downloaded it from the official page here Download - SuiteCRM.
Thank you, I will try to reinstall it then and will ensure I set the url to localhost/suitecrm8.
It’s a side product of how suite8 works. With both the new suite8 stuff and old suite7 stuff tied together in one package you end up with two install screens. However, the S8 one handles S7 install as well as S8.
So long as the web route is set correctly you should never see S7 pages on there own and anything without a navigation bar