https://bugzilla.wikimedia.org/show_bug.cgi?id=57760
--- Comment #3 from James Montalvo <[email protected]> --- Updating SIO didn't seem to work, and I didn't see any issues with $wgServer, $wgScriptPath or $wgStylePath...so I decided to start from scratch. I created a new install of MW 1.22.0rc3 and ran through the installer. I got one notice after install, before login. See https://bugzilla.wikimedia.org/show_bug.cgi?id=56269#c16 for more info on that. Once I logged in I didn't see any issues. I ran "php composer.phar require mediawiki/semantic-mediawiki dev-master" which worked without any issues. On Main Page I get the following three console errors: [1] GET http://localhost/wiki/extensions/SemanticMediaWiki/resources/images/smw_button.png 404 (Not Found) Main_Page:177 [2] GET http://localhost/wiki/extensions/SemanticMediaWiki/resources/images/smw_button.png 404 (Not Found) Main_Page:177 [3] event.returnValue is deprecated. Please use the standard event.preventDefault() instead. load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=vector&version=20131130T1…:48 [1] and [2] are the same. On Special:Version I get it a third time. At this point I realized I hadn't initialized SMW yet, so I did that. Now the smw_button error only happens once on both Main Page and Special:Version. Error [3] still occurs. The SMW logo at the bottom right of the page is not showing. Later tonight or tomorrow I'll continue by adding more extensions one-by-one and seeing if the original errors come back. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
