Jump to content

Extension:Wikispeech/Troubleshooting

From mediawiki.org

Troubleshooting

[edit]

During installation, unexpected issues may occur. This section collects known problems encountered in the past to assist with future troubleshooting.

Variable in LocalSettings.php broke playback

[edit]

During installation and testing of Wikispeech, PartOfContent-setting (features such as reading inline elements like “link” before links) may fail even though normal playback appears to work. This issue can be caused by the MediaWiki cache configuration in LocalSettings.php.

If the following setting is used:

$wgMainCacheType = CACHE_NONE; POC playback may break, while switching to:

$wgMainCacheType = CACHE_ACCEL; restores correct behavior.

Read more about this variable: $wgMainCacheType

[edit]