February 11, 201313 yr As part of the my plugins debug I found that if a file doe not exist as stated below then the installplg will stop all further running/installation and will cause the plugin installation to fail. Is this true? I think that it is a wrong behavior especially when it is a non critical file like an icon file. They should either be put at the end of the plugin file or in the array mount function (I will probably be doing the later - array mount function). <FILE Name="/boot/config/plugins/whatever/whatever.png"> <URL>http://mywebsite.com/whatever.png</URL> </FILE> or <FILE Name="/usr/local/emhttp/plugins/whatever/whatever.png"> <LOCAL>/boot/config/plugins/whatever/whatever.png</LOCAL> </FILE>
Archived
This topic is now archived and is closed to further replies.