Suitecrm 8.2.34 on ubuntu, php 7.4
If I go to accounts, then I click on an opportunity related to the account, nothing happens.
If I “open a new tab”, it is ok. Where could be the problem? This happened from 8.2.0 on, everytime I hoped a new release will solve the problem, but it doesn’t. So probably it is not a problem of the release, but it is related to settings of my configuration.
On the same platform, 7.X suitecrm works perfectly for this issue.
Thanks
I would start by checking if it works well with PHP 7.4 or 8.0.
It might also be useful if you could check your browser’s developer tools, JavaScript console, to see if there are errors when clicking the link, and post them here
Thank you so much pgr, with a search I edited the public/legacy/config.php and changed the “site_url” parameter from http to https
From the previous migration, the website was in http; when moved to https instead of deleting the old domain I did a redirect to https in apache for retrocompatibility. This lead to misconfiguration.
The winning strategy has been checking the javascript console in the browser.