Click doesn't work, only "open in new tab"

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

PHP 8.1 is not supported yet.

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

Hi PGR, error. Don’t know why it says 8.1 (autocompletion?) The correct version is 7.4 since 8.0 gave me some problems.

Thanks for the suggestion.

[Warning] [blocked] The page at https://xxx.xxx.xxx/legacy/index.php?query_string=yyy&module=Home&action=UnifiedSearch was not allowed to display insecure content from http://xxx.xxx.xxx/index.php?action=EditView&module=Opportunities&record=71540763-a0f0-e10b-092b-640f223e6806&offset=1.

You are right this is the error. I am going to check what it can be.

Got it, the problem is that https is trying to load http content. But this link is generated within suitecrm, how can I fix it?

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.

1 Like