boyington
Forum Replies Created
-
Hi Tim,
thank you for the reply.
One: yes the user is admin on the blocked site
Two: he received the test mail sent from the wordfence network admin option page
Any other idea about what could cause the issue ?
OK, my question was about what seems to be a bug.
But I realize I should have open a specific topic for that (and that’s what I will do now)
Same problem for me, I think, on my WP network.
When a blocked user fills the form to receive the the unlock email, he gets the correct result screen:
Your request was received
We received a request to email “[email protected]” instructions to unlock their access. If that is the email address of a site administrator or someone on the Wordfence alert list, then they have been emailed instructions on how to regain access to this sytem. The instructions we sent will expire 30 minutes from now.
But he does not receive any mail.
I reproduced the problem and nothing is written in the php error logs, and I see in the sendmail logs that no mail has been sent.
Thanks for your help.
Forum: Plugins
In reply to: [Join My Multisite] plugin conflict due to PLUGIN_DIR constantvery good ??
thanks for your quick reply.
Forum: Plugins
In reply to: [Login for Google Apps] single site activation on multisite networkThanks a lot for this clarification.
great, thanks!
I understand I am now the only one who reported this issue but they are perhaps some users who had the same trouble and did not take the time to report it.
So, in so far as it doesn’t disturb users without this problem, if you could just add these 2 blank spaces to $javascript (as I did to fix), it would allow me to remain up to date with the next releases of your plugin on my WP network (which counts now around 10 thousands subsites on it).
I just put:
$javascript .=’ ‘;// added 2 blank spaces
before line 251 of javascript.php:
$this->_echo_javascript( $javascript );
I don’t understand neither what causes this strange truncation but it has to be in your _echo_javascript() method.
Hi Nicola,
In fact it seems (even if I don’t know why!) that this is your _echo_javascript() method, called on line 251 in javascript.php, that truncates the 2 last characters of the $javascript variable passed through.
So I just added two blank spaces to $javascript before calling _echo_javascript($$javascript) and this seems to have solved the problem.
As you can see here:
https://whtest8.neowordpress.fr/?ai1ec_render_js=less_variables_editing.js&is_backend=true&ver=2.1.5
the javascript rendered is not truncated any more.
Do you know how you can fix it for the next release ?
Hi Nicola,
thanks for this quick reply!
here is one link:
https://whtest8.neowordpress.fr/?ai1ec_render_js=less_variables_editing.js&is_backend=true&ver=2.1.5
And no, I just see that the ‘calendar feeds’ page have exactly the same problem.
Forum: Plugins
In reply to: [WP-FFPC] home page not refreshedHi,
thanks for your quick reply.
I tried the method “3.modified post and all taxonomies” but the home page is not refreshed as well.
Is the method 1 (flush cache) the only method which clears the home page when a post is updated ?
Forum: Plugins
In reply to: [Calendar] not in wp.org repository any longer ?thanks for this reassuring reply !
Forum: Plugins
In reply to: [Calendar] not in wp.org repository any longer ?ok, thanks for this quick reply.
Do you have details of the issue ?
marked as solved
yeeeah mattyrob, you got it!
thanks for all (and thanks to Tanay please to fix it in next update)