Reputation: 21
As the title of my question states I am having trouble with my MediaWiki 1.19.0. I'm running apache2 and I have a few sites that are working fine. I downloaded and installed MediaWiki 1.19.0 and so far it works fine. But if I try viewing my wiki page from another computer or over the internet the styles and skins don't display. Any help would be appreciated.
Upvotes: 1
Views: 811
Reputation: 397
I was having this exact same problem. The load.php entry was not being created in the conf.d/mediawiki119.conf file. It also wasn't creating the symlink from /var/www/mediawiki119/load.php to /user/share/mediawiki119/load.php.
Once you fix those two things it will work.
load.php was a new feature that loads the skins which is probably why they forgot it in some of the configuration files.
Upvotes: 0