trueskew wrote: > Yesterday I set up a new server and migrated my site from > > For the most part things have worked, but so far I've found 2 exceptions > (I'm using monobook): > > - Code in Common.css doesn't seem to be running. Some style changes that > were init failed, for the moment I've had to update some monobook skin files > directly. > > > - When I typed a term in the previous sidebar searchbox, it would show a > dropdown list of items matching the pattern I typed in. On the new one, no > pattern shows up.
It looks like the urls generated by the wiki for those items are wrong. Take a look at the page source at what url is it builiding. You may also want to check that $wgEnableMWSuggest is set to true and $wgUseSiteCss is not set to false. > Has anyone else seen similar behavior, and have you figured out why? I'm > not sure how to deal with this, and I'd hate to have to downgrade PHP if I > can avoid it. I did the same migration to an Ubuntu 10.04 machine, it > transferred over and ran fine. > > Thanks for any feedback, I appreciate it. > - skew _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
