Hi, I'm trying to debug an mu-plugin quirk, and I'm wondering if anybody here might have some tips for places to look.
Long story short, I'm setting up a system that perked my interest in the wp-search-mu plugin (http://welcome.totheinter.net/wpsearchmu/). I downloaded and unpacked the archive to my mu-plugins folder, and Wordpress isn't seeing it AT ALL.
I tried poking around in the plugin itself to see if the problem was there, but everything is good to go.
I eventually discovered that Wordpress wasn't even seeing the file when I placed a die()
inside of the plugin and Wordpress just kept tickin away. So I took the initial include
from the plugin and placed it inside of another plugin I knew was working, and *poof* it started working.
So for some reason I can't yet deduce, Wordpress is refusing to load the file. Has anybody encountered this before?