Hi all,
After upgrading to October CMS v4, I ran into the common getDoctrineSchemaManager
error with the Builder plugin. Thankfully, that issue was discussed and resolved in this thread:
getDoctrineSchemaManager doesn't exist · Issue #382 · rainlab/builder-plugin · GitHub – thanks to the community for the fix!
However, I’m now facing a new issue with the Builder interface. When I try to create a new database table or edit an existing one (using MySQL), nothing loads and the console throws this error:
Uncaught TypeError: Cannot read properties of undefined (reading ‘update’)
at e.updateScrollbar (build-min.js?vcd5e62b8:1:7514)
at e.buildDataTable (build-min.js?vcd5e62b8:1:6929)
at build-min.js?vcd5e62b8:1:5478
at i.getRecords (build-min.js?vcd5e62b8:1:26086)
at e.fetchRecords (build-min.js?vcd5e62b8:1:7313)
at e.updateDataTable (build-min.js?vcd5e62b8:1:5448)
at e.buildUi (build-min.js?vcd5e62b8:1:3952)
at e.init (build-min.js?vcd5e62b8:1:1207)
at new e (build-min.js?vcd5e62b8:1:967)
at HTMLDivElement. (build-min.js?vcd5e62b8:1:17184)
Has anyone else experienced this issue on OCMS 4? Any workarounds or suggestions? Appreciate any help!
Thanks in advance!