Topic on Project:Support desk

Upgrading to MediaWiki 1,26

8
Klymets (talkcontribs)
88.130.73.233 (talkcontribs)

You have problems with the following error when you call load.php:

Internal error

Problematic modules: {
    "mediawiki.sectionAnchor": "error",
    "skins.vector.styles": "error"
}

and

Internal error

Problematic modules: {
    "startup": "error"
}

This is the same problem as Topic:Stvdbhcbttk5aa9d.

A workaround could be to add $wgResourceLoaderDebug=true; in LocalSettings.php.

Anyway, we should still add a real solution for that one to Manual:Errors and symptoms.

Wichinator (talkcontribs)
Ciencia Al Poder (talkcontribs)
213.230.218.10 (talkcontribs)

Ensure $wgCacheDirectory is set (this was not defined in my old LocalSettings.php) to something - such as $IP/cache (and make sure this directory is writeable for the user running your PHP scripts).

213.230.218.10 (talkcontribs)

( $wgCacheDirectory = "$IP/cache"; )

Icerat (talkcontribs)

$IP/cache writeable (MW is putting another file there) debug on, cache directory set, still getting this error :(

Ciencia Al Poder (talkcontribs)

This seems to be more a problem with the PHP temp directory than $wgCacheDirectory

Reply to "Upgrading to MediaWiki 1,26"