John O
Forum Replies Created
-
Hi,
I installed the latest version of this plugin earlier this evening. Everything seemed fine, and I happily configured a few things and left it active.
About 15 minutes ago, I suddenly got the ‘error’ thing on every page of my website.
I renamed the plugin folder to force it to deactivate, and my site came back, but I too get the ‘error’ message every time I try to reactivate is, so I can’t try changing any settings to see what caused it.
I haven’t been trying any of the features e.g. the multiple login attempts, and i avoided activating anything that had a warning message about potential conflicts with server settings / other plugins.
How do I reactivate this plugin without killing my entire website? :-/
John
Forum: Networking WordPress
In reply to: Directory Multisite with a dev copy in a subdomain – possible?Thanks for the advice with this. I’ll let you know how I get on. ??
Forum: Networking WordPress
In reply to: Directory Multisite with a dev copy in a subdomain – possible?Thanks. Looks a bit complicated but can be done. ??
The plus side is I am not moving the live website – I am copying it to the subdomain as a dev website (which will be behind htpasswd). So actually creating a subdomain won’t interfere with an existing directory install of WP Multisite at the top domain level?
Glad to help – I hope it solves the problem for you. ??
Forum: Plugins
In reply to: Secure SSO for WordPress using SAML and OneLoginHi,
Is this a solution to allow users of WordPress and Google Apps to unify their login, so they can log into both services simultaneously and with the same credentials?
Thanks.
John
Yes I am a designer and front-end developer. I need to find some time to install the plugin and play with it.
I’m going to be working on a website for a UK gaming convention in the new year. Their current website is in WordPress and I am hoping to keep it that way while providing them super-smart functionality like this plugin seems to be able to offer.
I need to find some time to get this plugin installed and have a play.
No not yet. I gather from what you’ve said you’ve got the plugin installed and it doesn’t offer this ‘out of the box’ as a template or something?
Would love to see what you come up with. I’ll hopefully be looking at it soon too so I’ll do the same.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchApologies for delay in replying – I must give this a go!
Fixed this. Just stuck a counter in variable that increments with each event. Then test to see if counter has incremented beyond zero.
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] conflicting pluginHi,
Any idea what to do about the conflict between Register Plus Redux and Register Plus Redux Export Users? The error message I am getting is:
There is another active plugin that is conflicting with Register Plus Redux. The conflicting plugin is creating its own wp_new_user_notification function, this function is used to alter the messages sent out following the creation of a new user. Please refer to https://radiok.info/blog/wp_new_user_notification-conflicts/ for help resolving this issue.
The error message disappears when I deactivate ‘Register Plus Redux Export Users’.
I’ve posted over at https://radiok.info/blog/wp_new_user_notification-conflicts/ too.
I am using Register Redux version 3.7.3.
Any help greatly appreciated. Register Plus Redux is a superb plugin. ??
Forum: Plugins
In reply to: Manage Your Posts OnlyHi,
Try sticking it in functions.php in your theme folder.
John
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchHi – I’ll give that search code a go today – are you still passing a hidden field along with the search form submission to search.php e.g.
<input type=”hidden” name=”cat” value=”1″ />
The query code I have for the other thing is:
$featured_query = new WP_Query(‘category_name=Events&showposts=4’);
while ($featured_query->have_posts()) : $featured_query->the_post();
$do_not_duplicate = $post->ID;Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchThe only way I could get around this was to create a secondary category called ‘events-search’ and categorise every event with that too, then search that. It’s a nasty solution, but the only way I can get events to be searchable.
There is something weird going on with the events category though, as when I wrote a WP query to pull posts out by category, it ignores any in the events category.
:-/
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] conflicting pluginHi – I’m getting the same error message. The error message disappeared when I deactivated ‘Register Plus Redux Export Users’.
I am using Register Redux version 3.7.3.
Will this likely be the same conflict?