On Tue, Sep 15, 2015 at 9:12 PM, Henny Savenije <[email protected]> wrote: > > >> After the installatron was used, did you run ../maintenance/update.php? >> Try that and see what happens. > > > > I did that just before you sent this email, it fixes the redirects to the > main page but the login is still not possible. > >> Make sure error reporting is turned on in LocalSettings.php with: >> error_reporting(E_ALL); ini_set("display_errors", 1); > > > I did that too, which makes the error message for the login > > > [739517fa] > /mediawiki/index.php?title=Speciaal:Aanmelden&returnto=Hoofdpagina > MWException from line 373 of > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/includes/SpecialPage.php: > Call to undefined method LoginForm::getPageTitle > > Backtrace: > > #0 > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/includes/specialpage/SpecialPageFactory.php(572): > SpecialPage->__call(string, array) > #1 > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/includes/specialpage/SpecialPageFactory.php(572): > LoginForm->getPageTitle(NULL) > #2 > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/includes/MediaWiki.php(267): > SpecialPageFactory::executePath(Title, RequestContext) > #3 > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/includes/MediaWiki.php(566): > MediaWiki->performRequest() > #4 > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/includes/MediaWiki.php(414): > MediaWiki->main() > #5 > /home/hennysav/domains/henny-savenije.com/public_html/mediawiki/index.php(41): > MediaWiki->run() > #6 {main} > > That's the only problem now. I tried to google for it, and I found this > > https://www.mediawiki.org/wiki/Topic:Rmqdhtfgjenboaj0 > > but that doesn't really help me, I am still at a loss. > >> What is installatron? Is that a script provided by your hosting provider? > > > That is a script provided by a company with that name. (I am my own > provider) it installs and updates automatically a wide range of scripts and > till this last malfunction their support was good, but I guess they didn't > know what to do either. > >
I'd suggest installing the latest stable version of MediaWiki using the instructions on MediaWiki.org. That is, manually move the core files into your wiki root one by one over writing the old files. Don't forget NOT to overwrite your images and extensions directories, or the LocalSettings.php and any other customizations you've made. Make sure a vendor and skins directory exist and they match the core MediaWiki version. I typically do this using Git, but I assume the MediaWiki tarball includes these already. Also make sure each extension matches the MediaWiki core version. After all of that, run update.php again. I'd suggest NOT using installatron in the future. > > _ _ > (o) (o) > oOOO----(_)----OOOo--- > Henny (Lee Hae Kang) > ----------------------------- > http://www.henny-savenije.pe.kr Portal to all my sites > http://www.hendrick-hamel.henny-savenije.pe.kr (in English) Feel free to > discover Korea with Hendrick Hamel (1653-1666) > http://www.hendrick-hamel.henny-savenije.pe.kr/indexk2.htm In Korean > http://www.hendrick-hamel.henny-savenije.pe.kr/Dutch In Dutch > http://www.vos.henny-savenije.pe.kr Frits Vos Article about Witsen and > Eibokken and his first Korean-Dutch dictionary > http://www.cartography.henny-savenije.pe.kr (in English) Korea through > Western Cartographic eyes > http://www.hwasong.henny-savenije.pe.kr Hwasong the fortress in Suwon > http://www.oldKorea.henny-savenije.pe.kr Old Korea in pictures > http://www.british.henny-savenije.pe.kr A British encounter in Pusan (1797) > http://www.henny-savenije.com/tng/ Genealogy > http://www.henny-savenije.pe.kr/phorum Bulletin board for Korean studies > > > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
