The issue I see is that your CSS and JavaScript is being sent as text/html
instead of the correct text/css and text/javascript which results in
parsing errors (since it is not HTML) and thus your styles aren't being
displayed. I'm not entirely sure what would cause this but found a few
related problems and solutions:

http://www.mediawiki.org/wiki/Thread:Project:Support_desk/CSS_won't_load:_mime/type_is_text/html_%3F
http://stackoverflow.com/questions/14245442/my-mediawiki-site-wont-serve-stylesheets-as-text-css

These seem to be related to your problem somehow as loading the CSS
directly results in the correct MIME type.



On 3 February 2014 13:49, John Foster <[email protected]> wrote:

> On Mon, 2014-02-03 at 13:20 -0500, John wrote:
> > It looks like you may have an issue with where resources (Javascript
> > and CSS) is being pulled from. Check your localsettings.php for any
> > fixed IP addresses or file paths that may not be the same on the new
> > box.
> I do not have any  fixed IP addresses in the LocalSetting.php file. I
> did read on Mediawiki that the actual $IP  variable is set in a file
> called WebStart.php & is set up automatically. I did find that file, but
> saw no IP addreses in it. I am now following up on that lead. It appears
> that I may need to completely reconfigure the mediawiki installation as
> I have no experience of managing this issue. I really do not want to do
> a reinstall if I can keep from having to.
> Thanks!!
> John
>
>
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>



-- 
Dave Humphrey -- [email protected]
Founder/Server Admin of the Unofficial Elder Scrolls Pages -- www.uesp.net
www.viud.net - Building the world's toughest USB drive
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to