Menu="Plugins" Title="Plugin File Install Errors" Tag="puzzle-piece" Cond="glob('/boot/config/plugins-error/*.plg')" --- "; echo "Plugin FileStatus"; echo ""; foreach (glob("/boot/config/plugins-error/*.plg", GLOB_NOSORT) as $plugin_file) { // status info $status_info = "ERROR
" . make_link("delete", $plugin_file); echo ""; echo "{$plugin_file}"; echo "{$status_info}"; echo ""; } echo ""; ?> > These plugins were not installed because of some kind of installation error. You should delete these > plugins and then **reboot** your server.*