I came across this "404" situation with an AlienBBC install and was
surprised how many different ways it can be caused and how hard it is
find the cause.

Essentially - Plugins have two passes. First the XML and conf files are
processed and it seems to be a general search of all subdirectories of
server/Plugins and Slim/Plugin. These files are processed and can be
anywhere - not tied to their associated Plugin at all. So just because
install.xml and conf files are processed, doesn't mean SC has found the
Plugin code or the code is in the "right" place. Install.xml shows the
way for the "Settings" code to "settings/basic.html".

The second pass - the actual loading of Plugin module code also has two
passes. First pass to identify plugins and the second to load the code. 
In these "404" cases it seems the second pass thinks the Plugin in
question has already been loaded. 

Sometime a fresh pair of eyes can help.
1. If OSX has the "tree" command - can you do a tree of
~/Library/Application Support/SqueezeCenter/Plugins

2. Set server.plugins to debug and check the box to save at next
application restart. Stop and restart SC and copy the SC log with the
server.plugins debug info.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=42106

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to