rltechdude
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard All Messed Up After UpdateI had this exact issue today, with WP 6.3.1 and PHP 8.0.30 on hosted Linux but not on local Windows. Adding the line to wp-config.php fixed it, and removing that line made it reappear. It doesn’t seem to hurt performance in my case. Thanks for figuring this out!
Forum: Themes and Templates
In reply to: [OceanWP] Meta Settings Error in Photos Demo Site (with SQL Fix)(Sorry, in the SQL statement, there is an extra ,’ at the of the fourth line.)
Same problem with Popup Builder v3.78. FYI, the plugin, Query-Monitor, is a very quick way to find out which component is causing an error in debug mode.
Forum: Fixing WordPress
In reply to: wp_is_stream Crashing the serverI’ve been experiencing this issue repeatedly with WP 4.9.7 on Win7 64-bit Apache 2.4 and PHP 7.1.8. It occurs occasionally loading various admin pages, and seems to occur regularly if I go to “Dashboard->Updates” immediately after logging in.
After restarting Apache, the issue doesn’t seem to recur during that session regardless of which backend tasks I do, although I haven’t tested that for an extended period.
Since replacing the call to stream_get_wrappers with an array of values, I have not seen the issue occur. Thanks for pointing out this simple work-around.
Checked it out, issue resolved with v1.4.31. Thanks!