SuiteCRM 8.4 - Internal Server Error after Installation

The following occurs on the Home page after logging in as admin:

The only errors in my suitecrm logs are as follows:

Here’s the relevant section from the .htaccess file:

What do I need to do to fix this?

Found this: RewriteBase populating incorrectly depending on site URL entered in installation config · Issue #33 · salesagility/SuiteCRM-Core · GitHub

It looks like this a known issue, and I was able to change the RewriteBase to /legacy/ as suggested in the issue and now it all appears to be working.

1 Like

The 6th line down

RewriteBase should be

RewriteBase /legacy/

1 Like