I noticed one oddity
http://youtu.be/BHZwRkOKZls?hd=1
when you deactivate/activate your plugin for some reason stop working plugin I18N Special Pages or I18N Custom Fields
before Deactivate/Activate your plugin file plugins.xml looks like
after enable/disable your plugin file plugins.xml looks like
my server
http://prntscr.com/8vpz8o
on the local server that does not happen
http://prntscr.com/8vq2kr
http://youtu.be/BHZwRkOKZls?hd=1
when you deactivate/activate your plugin for some reason stop working plugin I18N Special Pages or I18N Custom Fields
before Deactivate/Activate your plugin file plugins.xml looks like
Code:
<?xml version="1.0" encoding="UTF-8"?>
<channel><item><plugin><![CDATA[admin-header-footer.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[anonymous_data.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[custom-admin-css.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[custom_settings.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[debug.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[dynpages.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[DY_Breadcrumbs.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[external_comments.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[feedback.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[gs_massmail.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_base.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_customfields.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_gallery.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_navigation.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_search.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_search_news.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[i18n_specialpages.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[InnovationPlugin.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[metaRobots.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[metaRobots_sitemap.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[news_manager.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[news_manager_addons.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[news_manager_auto_open.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[p01-contact_gs.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[pageoptions_auto_open.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[pagify.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[paragraph_remover.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[srbs.php]]></plugin><enabled><![CDATA[false]]></enabled></item></channel>
after enable/disable your plugin file plugins.xml looks like
Code:
<?xml version="1.0" encoding="UTF-8"?>
<channel><item><plugin><![CDATA[custom_settings.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[news_manager.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[news_manager_auto_open.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[news_manager_addons.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[feedback.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[dynpages.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[srbs.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[DY_Breadcrumbs.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_base.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[debug.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[pageoptions_auto_open.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[gs_massmail.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[anonymous_data.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[metaRobots.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_search_news.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[admin-header-footer.php]]></plugin><enabled><![CDATA[false]]></enabled></item><item><plugin><![CDATA[i18n_specialpages.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_navigation.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_search.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[custom-admin-css.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_customfields.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[p01-contact_gs.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[InnovationPlugin.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[paragraph_remover.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[pagify.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[i18n_gallery.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[external_comments.php]]></plugin><enabled><![CDATA[true]]></enabled></item><item><plugin><![CDATA[metaRobots_sitemap.php]]></plugin><enabled><![CDATA[true]]></enabled></item></channel>
my server
http://prntscr.com/8vpz8o
on the local server that does not happen
http://prntscr.com/8vq2kr