Topic on Skin talk:WPtouch

Class 'LoginForm' not found

2
Noloader (talkcontribs)

Hi Everyone,

I'm working with Ubuntu 20, x86_64, fully patched. I have Mediawiki 1.35.2 installed. All Composer dependencies are up to date.

I cloned WPtouch from https://github.com/wikimedia/mediawiki-skins-WPtouch. I checked out branch REL1_35. When I attempt to use WPtouch:

MediaWiki internal error.

Original exception: [YHObPaWBgO5@g@Lh1g3owAAAAAM] /w/index.php?title=Main_Page&useskin=wptouch Error from line 77 of /var/www/html/w/skins/WPtouch/WPtouch.skin.php: Class 'LoginForm' not found
Backtrace:
#0 /var/www/html/w/includes/skins/SkinTemplate.php(129): WPtouchTemplate->execute()
#1 /var/www/html/w/includes/skins/SkinTemplate.php(144): SkinTemplate->generateHTML()
#2 /var/www/html/w/includes/OutputPage.php(2622): SkinTemplate->outputPage()
#3 /var/www/html/w/includes/MediaWiki.php(947): OutputPage->output()
#4 /var/www/html/w/includes/MediaWiki.php(960): MediaWiki->{closure}()
#5 /var/www/html/w/includes/MediaWiki.php(543): MediaWiki->main()
#6 /var/www/html/w/index.php(53): MediaWiki->run()
#7 /var/www/html/w/index.php(46): wfIndexMain()
#8 {main}

Exception caught inside exception handler: [YHObPaWBgO5@g@Lh1g3owAAAAAM] /w/index.php?title=Main_Page&useskin=wptouch Error from line 77 of /var/www/html/w/skins/WPtouch/WPtouch.skin.php: Class 'LoginForm' not found
Backtrace:
#0 /var/www/html/w/includes/skins/SkinTemplate.php(129): WPtouchTemplate->execute()
#1 /var/www/html/w/includes/skins/SkinTemplate.php(144): SkinTemplate->generateHTML()
#2 /var/www/html/w/includes/OutputPage.php(2622): SkinTemplate->outputPage()
#3 /var/www/html/w/includes/exception/MWExceptionRenderer.php(153): OutputPage->output()
#4 /var/www/html/w/includes/exception/MWExceptionRenderer.php(65): MWExceptionRenderer::reportHTML()
#5 /var/www/html/w/includes/exception/MWExceptionHandler.php(106): MWExceptionRenderer::output()
#6 /var/www/html/w/includes/exception/MWExceptionHandler.php(185): MWExceptionHandler::report()
#7 /var/www/html/w/includes/MediaWiki.php(579): MWExceptionHandler::handleException()
#8 /var/www/html/w/index.php(53): MediaWiki->run()
#9 /var/www/html/w/index.php(46): wfIndexMain()
#10 {main}
Jack Phoenix (talkcontribs)

A bit late, but use the master version; the REL1_35 branch is a random snapshot that was automatically generated and is not maintained and its very existence is rather unfortunate and confusing.

Reply to "Class 'LoginForm' not found"