Cleanshooter
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMS Admin Reports] Plugin report: status explanation pleaseYes I do updates. I only get to work on my WP plugins once in a while though so… any ideas or feature suggestions are welcome. I’m planning on doing a comments report at some point and added in a “Unlock User” feature too (to allow users who have locked them selves out to be manually let back in right away).
If you read the help tab the plugin ratings are explained in detail. Any plugin that is not hosted on WP.org will come up as derelict because it is not a public plugin. Could you send me a link to the ones you have that are coming up as bad? I may need to tweak the query.
Never mind there was an installation problem. Seems to be working now.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Notice: Undefined index: tokenI develop on occasion so I usually leave the message on to help me debug my own stuff.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Notice: Undefined index: tokenAlso if I try and hit save on the settings page I get:
Notice: Undefined index: token in /home2/moto/public_html/wp-content/plugins/updraftplus/admin.php on line 46
Warning: Cannot modify header information – headers already sent by (output started at /home2/moto/public_html/wp-content/plugins/updraftplus/admin.php:46) in /home2/moto/public_html/wp-includes/pluggable.php on line 1121
The key is here (I think): “Microsoft.IdentityModel.Protocols.XmlSignature.SignatureVerificationFailedException: MSIS0037: No signature verification certificate found for issuer ‘https://dev.example.com/blog/wp-content/plugins/saml-20-single-sign-on/saml/www/module.php/saml/sp/metadata.php/1’.”
According to ADFS they don’t have a certificate for your services.
Double check with your Idp and make sure they put your certificate in the right place or just delete the certificate and try it with out using one.Forum: Plugins
In reply to: [SAML 2.0 Single Sign-On] single sign-on url…and page permissions1. Not sure on this one… might be a bad entityID.
2. I was getting this a lot too. It seems liek this is a result of trying to make this plugin work with multi-site. Are you using WordPress multi-site?Forum: Networking WordPress
In reply to: Upgrade to 3.9.1 and no one can login.Was bad plugin code in a constructor… n/m
Forum: Networking WordPress
In reply to: Upgrade to 3.9.1 and no one can login.Further inspection reveals that
add_action( ‘wp_login’, array(__CLASS__, ‘last_login’), 10, 2);No longer works as expected. For some reason the last 2 parameters for the function (10, 2) prevent normal login.
Posting to trac…
Forum: Networking WordPress
In reply to: Upgrade to 3.9.1 and no one can login.I have found the problem it was one of the MU plugins I had installed.
Ron – you guys really need to push the development version to the trunk of your SVN…
Thanks in advance,
-Joe
Hmmm… never thought about making this into a widget… plus I’m not sure how I would do appointment scheduling. I’ll look into it but no promises.
As of right now this functionality does not exist.
-Joe
Forum: Plugins
In reply to: [ICS Button] ICS Button in Ultimate Tinymce?I would assume that you are using WP 3.9.1 as per the Ultimate TinyMCE’s plugin page
“Note: The end of Ultimate Tinymce
This plugin will not work properly on WordPress versions 3.9 and above
Instead, please switch to using WP Edit”I assume that it’s not my plugin but that other one that is causing the problem.
Forum: Plugins
In reply to: [ICS Button] No filename on latest ChromeJust release a new version that uses shortcodes instead of directly inserting the javascript.
This should resolve the issue you were experiencing.
Thanks for testing it! Please let me know if you find another bug or want some added functionality for the plugin!
-Joe
Forum: Plugins
In reply to: [ICS Button] Not working in WordPress 3.9.1Just release a new version that uses shortcodes instead of directly inserting the javascript.
I have tested in in WP 3.9.1 and it’s working now.
Please let me know if you find another bugs or want some added functionality for the plugin.
-Joe
Forum: Plugins
In reply to: [ICS Button] Not working in WordPress 3.9.1Sorry for the delay we just started doing upgrade testing for 3.9.1 and this one is next on my list.