signpostmarv
Forum Replies Created
-
I’m going to go with yes; “As of PHP 5.3.0, PHP implements a feature called late static bindings which can be used to reference the called class in a context of static inheritance.“
Various bits of Metaverse ID use late-static binding, thus I should really get around to being more specific in the install requirements ??
What version of PHP are you running ?
Forum: Plugins
In reply to: [Metaverse ID] [Plugin: Metaverse ID] Causes PHP Error across entire siteThat’s a little odd- I would’ve thought the WP updater would’ve caught any issues before allowing it to proceed o_O
Can you paste the error message you get ?
Another alternative is you make a plugin yourself that uses the mv_id_plugin__register_metaverses action and I remove Eve from the core plugin ??
Zaine: you should be able to to checkout the plugin from svn then generate a patch ??
Do any other IDs work (e.g. without adding Eve IDs) ?
If yes, I think I’m going to have to split the Eve MV-ID into it’s own plugin since it’s the number one source of complaints with the plugin.
Forum: Plugins
In reply to: [Ctrl-S] [Plugin: Ctrl-S] Plugin not workingJS should work in Chrome now, and when the plugin was written I don’t think there was an action hook for doing admin_print_scripts stuff on just the post.php/ post-new.php pages.
The EVE Online one is a perpetual bugbear, since I don’t play it any more I don’t tend to monitor it for breakage.
Did you mange to get your SL ID working via the UUID ?
SL uses the account UUID at the moment.
Check your PHP error logs ?
step by step screengrabs would be handy in diagnosing the problem.
when you enter the IDs the first time, the plugin should indicate that the profile data hasn’t been cached yet (hence the update column)
Forum: Plugins
In reply to: [Metaverse ID] Not enough info“(inactive)” just means the plugin isn’t activated.
the metaverses files aren’t independent plugins, they’re just used to segregate the code that handles each metaverse.
Could you post an image displaying the “Users” portion of the admin sidebar?
Forum: Plugins
In reply to: [Metaverse ID] Not enough infoThe Widget looks like that presumably because you’ve not added any Identities.
The options page is meant to look like that.
Do you see any option for “Metaverse ID” under “Users” in the admin sidebar?
Forum: Plugins
In reply to: [Metaverse ID] Not enough infoDOMDocument refers to the PHP class. It’s enabled by default, so unless you’ve been compiling PHP yourself it should be fine.
I take it you don’t see anything like the pages shown on https://www.ads-software.com/extend/plugins/metaverse-id/screenshots/ ?
Forum: Plugins
In reply to: [Metaverse ID] Not enough infoWhat version of WordPress/PHP are you running ?
fixed now ??