Trying to set up Wikibase and I might have something misconfigured somewhere, or I may have stumbled upon a bug.
I've installed Wikibase per the instructions, made some very minor tweaks to the configuration and added my first property and item.
Going to the item page with (?debug=true) I get an error message in Firebug: Error: Unknown dependency: jquery.ui.menu throw new Error( 'Unknown dependency: ' + module );
http://hostname/load.php?debug=true&lang=en&modules=jquery%2Cmediawi... pts&skin=vector&version=20141107T203616Z
I can't seem to add statements to items. I can't see what I may have done wrong, but I am working off the assumption that I made a mistake somewhere and that this isn't a bug.
I should note that this only happens when I have define( 'WB_EXPERIMENTAL_FEATURES', true ); in my LocalSettings.php file. Otherwise it doesn't appear to try to allow me to edit things. No error messages in the console and no edit buttons anywhere on the page.
Thank you, Derric Atzrott