On Sun, Sep 6, 2009 at 4:56 PM, Kevin<[email protected]> wrote:
>
> Not sure if this is related to this or not.  I upgraded to 3.11
> yesterday and everything seems fine.
>
> I had started playing around with a new plugin before the upgrade.  I
> called it testit as I was just seeing what I could do.
>
> Today, I was finishing it up and decided to give it a proper name.
>
> So I uninstalled the testit one, renamed it in the plugin folder to
> the new name and went to reinstall it.
>
> action.plugins doesn't show it or any other plugins.
>
> If I use Show installed plugins, it shows the three that I do have
> install.
>
> But I can't seem to see the new plugin I created nor any of the other
> plugins that I am not using.
>
> I've checked a number of things, including the index, field/pages
> field/stamps etc... but don't see a duplicate and don't see why it
> won't show other plugins that are in the directory that not installed
> now as well.  Don't see any errors in any of the logs either.
>
> Is this a 3.11 issue? or just something special I have created...?

No, this appears to be a glitch I introduced in 3.11. Just noticed it
myself.  My apologies. I was working on something when I noticed the
set condition did not work in a specific situation, so made a minor
fix to get it working. Unfortunately, without realizing it, I broke it
in the way it is used in actions.plugin. I won't go into all the
details, but I made this change to the set condition:

function BOLTCset($args='') {
## CHECKS TO SEE IF SOME VARIABLE HAS A VALUE, AS IN [IF SET {VAR}]
        if (! is_array($args) || $args[1] == '') return false;
        return true;
        }

It will be in the next release, but you are welcome to patch it now.
Just open the conditions.php script, and overwrite the inlist
function. They are all in alphabetical order. My apologies again for
the glitch!

Cheers,
Dan

P.S. Let me know if this doesn't fix it...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to