timbowesohft
Forum Replies Created
-
I can confirm that I have encountered this issue. Had to disable to plugin in order to create new sites.
Forum: Plugins
In reply to: [Stop User Enumeration] Conflict with WPS Hide Login with latest updateYes, of course. Sorry.
Forum: Plugins
In reply to: [Stop User Enumeration] Conflict with WPS Hide Login with latest updateThanks for looking into it. Could just be a peculiarity of our set up. Nginx / Caching / so many other potential variables.
Don’t have time to investigate further just now, but will try to make time next week.
I’ve been using your plugin for a long time with no issues — thanks for providing this functionality, so I don’t have to. 🙂
Forum: Plugins
In reply to: [The Events Calendar] Version 5.10.0 breaks custom post typesHmm, it all seems fine now on our live site.
Must have been a breach in the space-time continuum.
Sorry to have troubled you. This can be marked as closed.
Forum: Plugins
In reply to: [The Events Calendar] Version 5.10.0 breaks custom post typesI have tested on my staging site. Broadly same code, and not seeing the same issue, so there must be another factor. I’ll investigate further.
Forum: Plugins
In reply to: [The Events Calendar] Version 5.10.0 breaks custom post typesThanks for your response. They are custom post types I have registered.
But good idea. I do have a staging site I could also tinker with in the hope of resolving.
Forum: Fixing WordPress
In reply to: wp_is_stream Crashing the serverI have posted our experience in this thread: https://ww.wp.xz.cn/support/topic/fatal-error-allowed-memory-size-of-11/
We have temporarily fixed by rolling back to WordPress version 4.9.6, as I believe the issues is related to changes to wp-includes\functions.php in the latest version.
I’m trying to find out how to report this to the core developers.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of….I believe the huge memory leak is linked to changes to wp-includes/functions.php in WordPress 4.9.7 update, specifically this function on line 5233:
function wp_is_stream( $path ) {
$wrappers = stream_get_wrappers();
$wrappers_re = ‘(‘ . join(‘|’, $wrappers) . ‘)’;return preg_match( “!^$wrappers_re://!”, $path ) === 1;
}function wp_is_stream( $patWe have been encountering the same issues all morning, and at one point it was trying allocate millions of terabytes of memory – which is completely abnormal.
Clearly none of the of the standard memory increase fixes suggested in this thread are going to help in the case described by @terrox – (2211GB) or in the case of @breakoftheec on this thread: https://ww.wp.xz.cn/support/topic/wp_is_stream-crashing-the-server/ (2620GB)
We have temporarily resolved by reverting back to WordPress 4.9.6, but this ideally needs flagging up to the WordPress developers.
Forum: Plugins
In reply to: [Simple Download Monitor] TinyMCE Insert Shortcode buttonOkay, will try to do this as soon as I can and let you know the outcome. Thank you.