Certain administrative settings on my EspoCRM instance are not displaying any data. The affected administration screens are:
Settings, User Interface, Authentication, Currency, Notifications. I am also unable to make changes and save on the 'Roles' and 'Workflows' screens. The common cause seems to be related to the "middle" class used within the "record-grid" class as seen below. The divs on the affected screen within the "middle" class div are always empty. The no. of empty div rows vary between different admin screens but are always blank.
No errrors appear in the browser console log, apart from on the User Interface screen:
This issue has been apparent for several weeks. In that time I have rebuilt multiple times, ensured that Espo and extensions are up-to-date, tried creating a new instance using the same files and mysql db, all with the same result. I do have some 3rd party extensions installed (Layout Pro, eSignature Documents for EspoCRM, CRM Plus and Ebla Labels), and have tried removing all 3rd party extensions (apart from Advanced and Sales) on a development instance, with no difference made to the issue described. There are no errors in either the web-server or espo's log.
I have checked the config, config-internal php files and the preferences data held on the mysql db. I have also verified the integrity of the db. I would greatly appreciate some assistance in tracking down what might be causing this issue. Thanks.
Comment