bad links generated by report

I created an opportunity report in SuiteCRM, and when I check the Link checkbox in the report layout editor to make one of the fields a hypertext link and then view a report, the field is a hypertext link, but the generated link doesn’t work. Here is an example URI generated for these links:

https://suite.mydomain.comindex.php/?module=Opportunities&action=DetailView&record=8fcdcbbe-bbbe-89b0-0cf4-58e4c01a5c27

It’s a very simple mistake: the slash just after index.php should be just before it, and then the URL would work.

Has anyone seen this before? Can you tell me how to fix it?

Thanks,

Bob

That was a few releases ago, and in Version 7.9.8, the exact same thing is still happening. Any suggestions for addressing it?

Perhaps this ?

https://suitecrm.com/suitecrm/forum/suitecrm-7-0-discussion/8646-link-in-the-report-module-points-only-to-127-0-0-1

Will suggests setting site_url in the config.php file found in the root of suitecrm.

check for missing forward slash in your site address…

That sounds logical, but I don’t see a config.php file in /bitnami/apps/suitecrm. I see some in its subdirectories, but none of them set site_url. Can you tell me where I would do this? (Is it different under bitnami?)

Thanks,

Bob

Bitnami may organize the files differently…

Check in the root of a dir with a name like “public” or the root of the dir published by the web server.

1 Like

Thanks, this worked! I got more than I bargained for–2 slashes between “.com” and “index.php” instead of one, as I was hoping for, but at least the links work.