Hi, I just upgraded my wiki to 1.26. I followed the normal procedure --- extract the files, copy over "LocalSettings", "images", and "extensions", and then plop all that in the right place on the server. Then I ran the database schema upgrade procedure.
Everything seems to be working except the styles are all gone. When I check the output of load.php, I see this at the top:
/* Internal error Internal error Problematic modules: { "mediawiki.sectionAnchor": "error", "skins.vector.styles": "error" } */
...followed by some additional CSS that applies only to printing. (@media print { ... )
I checked the PHP error log and there is nothing interesting.
Where do I begin to check on what the problem is? Thanks.