Topic on Skin talk:WPtouch

Crash in WPtouch skin after 1.33.2 upgrade

1
Noloader (talkcontribs)

Hi Everyone. We upgraded from MW 1.32.6 to MW 1.33.2. Testing WPTouch results in:

Fatal error:  Uncaught Error: Class 'LoginForm' not found in /var/www/html/w/skins/WPtouch/WPtouch.skin.php:80 Stack trace: #0 /var/www/html/w/includes/skins/SkinTemplate.php(230): WPtouchTemplate->execute() #1 /var/www/html/w/includes/OutputPage.php(2723): SkinTemplate->outputPage() #2 /var/www/html/w/includes/exception/MWExceptionRenderer.php(134): OutputPage->output() #3 /var/www/html/w/includes/exception/MWExceptionRenderer.php(53): MWExceptionRenderer::reportHTML(Object(Error)) #4 /var/www/html/w/includes/exception/MWExceptionHandler.php(98): MWExceptionRenderer::output(Object(Error), 2) #5 /var/www/html/w/includes/exception/MWExceptionHandler.php(172): MWExceptionHandler::report(Object(Error)) #6 /var/www/html/w/includes/exception/MWExceptionHandler.php(144): MWExceptionHandler::handleException(Object(Error)) #7 [internal function]: MWExceptionHandler::handleUncaughtException(Object(Error)) #8 {main}  thrown in /var/www/html/w/skins/WPtouch/WPtouch.skin.php on line 80

We offer several skins and themes for users, so we find it easiest to work directly from Git, and checkout the appropriate branch:

# cd /var/www/html/w
# cd skins/
# cd WPtouch/
# git branch
  REL1_28
  REL1_30
  REL1_31
  REL1_32
* REL1_33
  master
Reply to "Crash in WPtouch skin after 1.33.2 upgrade"