Trying to expand the MORE
menu item, and getting an error about a javascript function not being found.
Have refreshed the install, and rebooted server multip times, and there is a missing function preventing the dropdown menu from working
{
"pma_version": "5.2.1deb3",
"browser_name": "CHROME",
"browser_version": "126.0.0.0",
"user_os": "Mac",
"server_software": "Apache",
"user_agent_string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36",
"locale": "en",
"configuration_storage": "enabled",
"php_version": "8.3.6",
"script_name": "index.php",
"exception_type": "js",
"exception": {
"mode": "stack",
"name": "TypeError",
"message": "Popper__namespace.createPopper is not a function",
"stack": [
{
"func": "Dropdown._createPopper",
"line": "2115",
"column": "40",
"context": [
" referenceElement = getElement(this._config.reference);",
" } else if (typeof this._config.reference === 'object') {",
" referenceElement = this._config.reference;",
" }",
" var popperConfig = this._getPopperConfig();",
" this._popper = Popper__namespace.createPopper(referenceElement, this.//...",
" };",
" _proto._isShown = function _isShown() {",
" return this._menu.classList.contains(CLASS_NAME_SHOW$6);",
" };",
" _proto._getPlacement = function _getPlacement() {"
],
"uri": "js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.1deb3",
"scriptname": "js/vendor/bootstrap/bootstrap.bundle.min.js"
},
{
"func": "Dropdown.show",
"line": "2027",
"column": "12",
"context": [
" };",
" var showEvent = EventHandler.trigger(this._element, EVENT_SHOW$5, rel//...",
" if (showEvent.defaultPrevented) {",
" return;",
" }",
" this._createPopper();",
"",
" // If this is a touch-enabled device we add extra",
" // empty mouseover listeners to the body's immediate children;",
" // only needed because of broken event delegation on iOS",
" // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html"
],
"uri": "js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.1deb3",
"scriptname": "js/vendor/bootstrap/bootstrap.bundle.min.js"
},
{
"func": "Dropdown.toggle",
"line": "2014",
"column": "51",
"context": [
"",
" // Getters",
" var _proto = Dropdown.prototype;",
" // Public",
" _proto.toggle = function toggle() {",
" return this._isShown() ? this.hide() : this.show();",
" };",
" _proto.show = function show() {",
" if (isDisabled(this._element) || this._isShown()) {",
" return;",
" }"
],
"uri": "js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.1deb3",
"scriptname": "js/vendor/bootstrap/bootstrap.bundle.min.js"
},
{
"func": "HTMLAnchorElement.<anonymous>",
"line": "2303",
"column": "40",
"context": [
" EventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_MENU, Dropdown//...",
" EventHandler.on(document, EVENT_CLICK_DATA_API$3, Dropdown.clearMenus);",
" EventHandler.on(document, EVENT_KEYUP_DATA_API, Dropdown.clearMenus);",
" EventHandler.on(document, EVENT_CLICK_DATA_API$3, SELECTOR_DATA_TOGGLE$3,//...",
" event.preventDefault();",
" Dropdown.getOrCreateInstance(this).toggle();",
" });",
"",
" /**",
" * jQuery",
" */"
],
"uri": "js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.1deb3",
"scriptname": "js/vendor/bootstrap/bootstrap.bundle.min.js"
},
{
"func": "HTMLDocument.handler",
"line": "487",
"column": "21",
"context": [
" delegateTarget: target",
" });",
" if (handler.oneOff) {",
" EventHandler.off(element, event.type, selector, fn);",
" }",
" return fn.apply(target, [event]);",
" }",
" }",
" };",
" }",
" function findHandler(events, callable, delegationSelector) {"
],
"uri": "js/vendor/bootstrap/bootstrap.bundle.min.js?v=5.2.1deb3",
"scriptname": "js/vendor/bootstrap/bootstrap.bundle.min.js"
}
],
"uri": "index.php?route=%2Fpreferences%2Ffeatures&saved=1"
}
}
Reinstalled, refreshed phpMyAdmin but results persist.
Rebooted the server multiple times, reloaded the configuration files, and still having issues with the function being called not being found