- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Core
Nachdem ich nun alle Inkompatibilitäten bereinigt habe, wollte ich in meinem Test-Forum das Upgrade von Version 5.4.21 auf das WSC 5.5 durchführen.
Das Core-Paket wurde aktualisiert. Dann war das Konversationen-Paket an der Reihe und das Upgrade brach mit folgendem Fehler ab.
- Requested URL
- POST /acp/index.php?install-package/&t=172d906a101049b87d8dfad200bc1ecf1cf2cae0c473563a1bdb7126245be5c0-ZO15fdk5mDoitNW9tlC6+g==
- Referrer
- https://test.compiware-forum.de/acp/index.php?package-update/
- Error Message
- Default values for BLOB or TEXT columns are unsupported.
- Type
- BadMethodCallException
- File (Line)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/database/table/column/TUnsupportedDefaultValue.class.php (20)
- Stacktrace
-
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/database/table/column/AbstractDatabaseTableColumn.class.php (196): wcf\system\database\table\column\TextDatabaseTableColumn->defaultValue(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/database/table/DatabaseTable.class.php (196): wcf\system\database\table\column\AbstractDatabaseTableColumn::createFromData(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/database/table/DatabaseTableChangeProcessor.class.php (1219): wcf\system\database\table\DatabaseTable::createFromExistingTable(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/database/table/DatabaseTableChangeProcessor.class.php (1152): wcf\system\database\table\DatabaseTableChangeProcessor->validate(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/package/plugin/DatabasePackageInstallationPlugin.class.php (78): wcf\system\database\table\DatabaseTableChangeProcessor->process(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/package/plugin/DatabasePackageInstallationPlugin.class.php (48): wcf\system\package\plugin\DatabasePackageInstallationPlugin->updateDatabase(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/package/plugin/AbstractPackageInstallationPlugin.class.php (76): wcf\system\package\plugin\DatabasePackageInstallationPlugin->install(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/package/PackageInstallationDispatcher.class.php (807): wcf\system\package\plugin\AbstractPackageInstallationPlugin->update(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/package/PackageInstallationDispatcher.class.php (155): wcf\system\package\PackageInstallationDispatcher->executePIP(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/acp/action/InstallPackageAction.class.php (82): wcf\system\package\PackageInstallationDispatcher->install(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/action/AbstractDialogAction.class.php (73): wcf\acp\action\InstallPackageAction->stepInstall(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/action/AbstractAction.class.php (57): wcf\action\AbstractDialogAction->execute(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/Request.class.php (90): wcf\action\AbstractAction->__run(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/acp/index.php (11): wcf\system\request\RequestHandler->handle(…)
Im ACP ist zu erkennen, dass der Core tatsächlich bereits aktualisiert wurde. Alle anderen Pakete wurden nicht angefasst.
Das Test-System lässt sich nun auch nicht mehr aufrufen. Es erscheint dieser Fehler.
- Requested URL
- GET /
- Referrer
- https://test.compiware-forum.de/
- Error Message
- Could not compile SCSS: $amount: Expected 50% to be within 0% and 1%: forum/style/boardListImages.scss on line 202, at column 6 Call Stack: #0 mixin screen-md-up forum/style/boardListImages.scss on line 476 #1 import forum/style/boardListImages.scss (unknown file) on line 271
- Type
- wcf\system\exception\SystemException
- File (Line)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleCompiler.class.php (643)
- Template Context
- ?> <!-- Stylesheets --> ====> <?=$this->v['__wcf']->getStyleHandler()->getStylesheet();?> <?php if ($this->v['templateName'] == 'adventCalendar') { ?><?php if (!isset($this->pluginObjects['wcf\system\template\plugin\ConcatModifierTemplatePlugin'])) { $this->pluginObjects['wcf\system\template\plugin\ConcatModifierTemplatePlugin'] = new wcf\system\template\plugin\ConcatModifierTemplatePlugin; } ?><style> #adventCalendar {
- Stacktrace
-
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleCompiler.class.php (294): wcf\system\style\StyleCompiler->compileStylesheet(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleHandler.class.php (154): wcf\system\style\StyleCompiler->compile(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/templates/compiled/123_wcf_1_cms.php (133): wcf\system\style\StyleHandler->getStylesheet(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/template/TemplateEngine.class.php (350): include(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/page/AbstractPage.class.php (390): wcf\system\template\TemplateEngine->display(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/page/AbstractPage.class.php (135): wcf\page\AbstractPage->show(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/Request.class.php (90): wcf\page\AbstractPage->__run(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/index.php (11): wcf\system\request\RequestHandler->handle(…)
- Error Message
- $amount: Expected 50% to be within 0% and 1%: forum/style/boardListImages.scss on line 202, at column 6 Call Stack: #0 mixin screen-md-up forum/style/boardListImages.scss on line 476 #1 import forum/style/boardListImages.scss (unknown file) on line 271
- Type
- ScssPhp\ScssPhp\Exception\CompilerException
- File (Line)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (573)
- Template Context
- ?> <!-- Stylesheets --> ====> <?=$this->v['__wcf']->getStyleHandler()->getStylesheet();?> <?php if ($this->v['templateName'] == 'adventCalendar') { ?><?php if (!isset($this->pluginObjects['wcf\system\template\plugin\ConcatModifierTemplatePlugin'])) { $this->pluginObjects['wcf\system\template\plugin\ConcatModifierTemplatePlugin'] = new wcf\system\template\plugin\ConcatModifierTemplatePlugin; } ?><style> #adventCalendar {
- Stacktrace
-
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleCompiler.class.php (639): ScssPhp\ScssPhp\Compiler->compileString(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleCompiler.class.php (294): wcf\system\style\StyleCompiler->compileStylesheet(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleHandler.class.php (154): wcf\system\style\StyleCompiler->compile(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/templates/compiled/123_wcf_1_cms.php (133): wcf\system\style\StyleHandler->getStylesheet(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/template/TemplateEngine.class.php (350): include(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/page/AbstractPage.class.php (390): wcf\system\template\TemplateEngine->display(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/page/AbstractPage.class.php (135): wcf\page\AbstractPage->show(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/Request.class.php (90): wcf\page\AbstractPage->__run(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/index.php (11): wcf\system\request\RequestHandler->handle(…)
- Error Message
- $amount: Expected 50% to be within 0% and 1%
- Type
- ScssPhp\ScssPhp\Exception\SassScriptException
- File (Line)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Exception/SassScriptException.php (30)
- Template Context
- ?> <!-- Stylesheets --> ====> <?=$this->v['__wcf']->getStyleHandler()->getStylesheet();?> <?php if ($this->v['templateName'] == 'adventCalendar') { ?><?php if (!isset($this->pluginObjects['wcf\system\template\plugin\ConcatModifierTemplatePlugin'])) { $this->pluginObjects['wcf\system\template\plugin\ConcatModifierTemplatePlugin'] = new wcf\system\template\plugin\ConcatModifierTemplatePlugin; } ?><style> #adventCalendar {
- Stacktrace
-
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Node/Number.php (269): ScssPhp\ScssPhp\Exception\SassScriptException::forArgument(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (8604): ScssPhp\ScssPhp\Node\Number->valueInRange(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (6299): ScssPhp\ScssPhp\Compiler->libTransparentize(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (3715): ScssPhp\ScssPhp\Compiler->callNativeFunction(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (3641): ScssPhp\ScssPhp\Compiler->fncall(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (3066): ScssPhp\ScssPhp\Compiler->reduce(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (1930): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2931): ScssPhp\ScssPhp\Compiler->compileBlock(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (1930): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2931): ScssPhp\ScssPhp\Compiler->compileBlock(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (1930): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2931): ScssPhp\ScssPhp\Compiler->compileBlock(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (3368): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (1930): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2931): ScssPhp\ScssPhp\Compiler->compileBlock(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (1342): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2927): ScssPhp\ScssPhp\Compiler->compileMedia(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (3336): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2338): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (3153): ScssPhp\ScssPhp\Compiler->compileChildren(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (5747): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2703): ScssPhp\ScssPhp\Compiler->importFile(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2915): ScssPhp\ScssPhp\Compiler->compileImport(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (2378): ScssPhp\ScssPhp\Compiler->compileChild(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (744): ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/api/scssphp/scssphp/src/Compiler.php (522): ScssPhp\ScssPhp\Compiler->compileRoot(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleCompiler.class.php (639): ScssPhp\ScssPhp\Compiler->compileString(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleCompiler.class.php (294): wcf\system\style\StyleCompiler->compileStylesheet(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/style/StyleHandler.class.php (154): wcf\system\style\StyleCompiler->compile(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/templates/compiled/123_wcf_1_cms.php (133): wcf\system\style\StyleHandler->getStylesheet(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/template/TemplateEngine.class.php (350): include(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/page/AbstractPage.class.php (390): wcf\system\template\TemplateEngine->display(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/page/AbstractPage.class.php (135): wcf\page\AbstractPage->show(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/Request.class.php (90): wcf\page\AbstractPage->__run(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
- /storagepool/c01005/htdocs/test.compiware-forum.de/index.php (11): wcf\system\request\RequestHandler->handle(…)
Was könnte der Grund für den Abbruch des Upgradeprozesses sein?