I upgraded from 5.3.3 to 5.4.5 and the site builder is broken in several ways:
1) The admin_sitebuilder_menu template is completely missing after the upgrade! (I had to pull the source code for it from elsewhere and create that template manually)
2) The ajax/activate-sitebuilder request failed to load the "menu" JSON value (under the parent "css" attribute), because of the missing template from #1.
3) admin-sitebuilder-rollup-545.js does not reference the main-navbar (id) DIV element any longer (in order to fill in the appropriate child element with the returned DOM fragments from the ajax call of #2)
4) Even after re-creating the admin_sitebuilder_menu template manually, the admin-sitebuilder-rollup-545.js still does nothing with the "menu" value now successfully being returned from step #2 and all actions in that menu are empty (nothing happens with clicks, etc). Note that to see the menu show up, I have to "enable" site builder (turning "Edit Site" to "On") and refreshing the page.
Something has dramatically changed between these two versions with regard to activating site builder and it's associated menu. Please help. Also note that I contract for a licensed customer, so if providing their license information helps to escalate this issue, let me know what I can provide in this regard.
1) The admin_sitebuilder_menu template is completely missing after the upgrade! (I had to pull the source code for it from elsewhere and create that template manually)
2) The ajax/activate-sitebuilder request failed to load the "menu" JSON value (under the parent "css" attribute), because of the missing template from #1.
3) admin-sitebuilder-rollup-545.js does not reference the main-navbar (id) DIV element any longer (in order to fill in the appropriate child element with the returned DOM fragments from the ajax call of #2)
4) Even after re-creating the admin_sitebuilder_menu template manually, the admin-sitebuilder-rollup-545.js still does nothing with the "menu" value now successfully being returned from step #2 and all actions in that menu are empty (nothing happens with clicks, etc). Note that to see the menu show up, I have to "enable" site builder (turning "Edit Site" to "On") and refreshing the page.
Something has dramatically changed between these two versions with regard to activating site builder and it's associated menu. Please help. Also note that I contract for a licensed customer, so if providing their license information helps to escalate this issue, let me know what I can provide in this regard.
Comment