7.13 to 8.2 Migration Issue - Navigation Images Not Loading

I migrated a duplicate copy of a live SuiteCRM 7.13 instance to 8.2. The migrated CRM is generally working as I am able to log in and move between screens.

However the navigation images are not loading. When inspecting any page in the CRM I have 900+ warnings similar to: ā€œImage with name ā€˜paginate_first’ not foundā€ The warnings all reference /dist/dist_core___ivy_ngcc___fesm2015_core_js-_92d41-es2015.85e46b4b7cc754f175df.js

The way it should look:
demoSite

The way the site with the error looks:
SiteWithError

I discovered what was causing my issue.

The problem was that my default theme setting in config.php was not updated after the migration.

/public/legacy/config.php
Incorrect: ā€˜default_theme’ => ā€˜SuiteP’,
Correct: ā€˜default_theme’ => ā€˜suite8’,

1 Like