The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
plugin issues - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: plugin issues (/showthread.php?tid=2401) |
plugin issues - shawn_a - 2011-11-18 A few plugin issues I am noticing. I am on v3.0 I have a few plugins installed, and I notice that they stay enabled regardless of what I set the plugin to. For example the dynpages plugins and the php_exec plugin. Why is this ? Also the php_exec plugin breaks content filters. And how do people keep up with their plugin versions, I noticed plugins have no links to extend or any documentation assigned to them. plugin issues - Connie - 2011-11-18 shawn_a Wrote:I have a few plugins installed, and I notice that they stay enabled regardless of what I set the plugin to. please be more exact, which ones? It is known that the php_exec-plugin can collide, I would not use it you can use components to add php to your site (and dynpages to integrate them in pages instead of templates) plugin issues - shawn_a - 2011-11-18 Sorry, had some listed but must have edited them out. I Thought this might be a known issue already. I went ahead and removed all plugins except the following plugins I18N 2.5.1 I18N navigation 2.5.1 Dynpages 0.7.2 Switched to innovation theme. If I disable any of these they continue to work. I'm trying to narrow it down but it hard to remove I18n on a live site. I don't know if its one of those that break the others, or all content filter plugins that stay active. Ill try getting a default install setup to test with if noone else sees this or has an idea. plugin issues - shawn_a - 2011-12-09 It seems you cannot disable content filter plugins. I removed all plugins, wrote a test content filter, and confirmed I cannot disable it in the plugin manager. Code: <?php There is no $live_plugins check in add_filters() in plugin_functions as there is in add_actions. plugin issues - n00dles101 - 2011-12-09 This is a known issue with 3.0 and is fixed in 3.1 (soon to be released) plugin issues - shawn_a - 2011-12-09 Oh ok, I did not see a bug report for it, or anything in SVN to indicate it was known issue or fixed. By "cannot disable" i mean the plugin disables, but it continues to work regardless of its status. plugin issues - n00dles101 - 2011-12-09 Hi Shawn, The way the plugin files are read in in 3.0 some functions are run regardless of whether they are active or no. it was fixed in r483, I don't think there was a bug report logged for it.... |