CMS Version
CMS version 4.1.1
Installation Method
Custom install on Windows Server with IIS
- Upgraded from 3.3.6
- Updated MySQL 5.5 to 8.3
- Updated PHP 7.2 to 8.3.4
- Ran the “php vendor/bin/phinx migrate -c phinx.php” command
Operating System
Windows Server 2019 with IIS.
Issue
Not sure where i’ve gone wrong or what step i’ve missed!
I have completed the upgrade / migration and the new site loads. The dashboard shows all of the data i expect. However:
Most of the menu items do not display their contents. (including Schedule, Campaigns, Layouts, Templates, Playlists, Media, Datasets, Menu Boards, Displays, Display Groups, Users, Users Groups)
The items do exist (for example, i can login using my user, despite the userlist being empty and i can select a default campaign from the full list of campaigns despite the Campaign list being empty.
When i enable “Developer Mode” with F12 in Edge, and load “Campaigns”, i get:
DataTables warning: table id=campaigns - Ajax error. For more information about this error, please see 7. Warning: Ajax error
In my actual database however, the table is singular campaign. This singular / plural discrepancy is the same for each section (playlist vs playlists etc).
Image showing empty Campaigns section:
Image showing actual campaigns in the default selection option:
Even the logs section is doing it to me which is hampering my troubleshooting a bit!
Any advice would be appreciated!