davidblood
Forum Replies Created
-
Hi,
Was just getting this error as of yesterday, in my PHP’s
error_log. Thought I’d do a Google Search and this topic came up.[20-Nov-2025 19:18:59 UTC] PHP Warning: Undefined property: stdClass::$plugin_status in /wp-content/plugins/wp-optimize/includes/class-wp-optimize-commands.php on line 1341
[20-Nov-2025 19:18:59 UTC] PHP Warning: Undefined property: stdClass::$plugin_status in /wp-content/plugins/wp-optimize/includes/class-wp-optimize-commands.php on line 1341Glad to hear it doesn’t impact the plugin’s functionality.
Resolved.
Disabling the plugin and re-enabling the plugin fixed this issue. Posting it for future reference / others.
Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra Issues?@prebh I don’t use Google Fonts unfortunately.
Forum: Plugins
In reply to: [Custom Login Page Customizer] Language switcherHey, @stephrookie!
I have come across a better way (or the “correct” way according to WordPress) of hiding this.
Add the following code to your (ideally child theme)
functions.php:add_filter( 'login_display_language_dropdown', '__return_false' );Or if you use a snippet plugin like me (WPCode) they include a filter to add this. Add New > Disable Login Screen Language Switcher > Toggle to “Active” > Save
Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra Issues?Hey @skalanter,
Thanks for the response.
Unfortunately I have absolutely zero idea how to replicate the steps or the issue as it honestly worked fine for 2 months since I did the update then just randomly went to go to my WP Admin panel to edit a page (change “Twitter” to “X” on a custom page) and noticed my wp-admin was slow and having issues.
After speaking to my hosting provider for 3 days and still no luck or find any kind of error log at their root level I just went on the route of renaming 1 plugin folder at a time until I got to ocean-extra and renamed to ocean-extra_renamed and all of a sudden my wp-admin was normal again.
It’s still disabled and breaking some site features. Did try re-enabling just now but again slowed wp-admin down and Cloudflare error.
Site Health information (this expires in 1 week): https://pastebin.com/b1mvN1GS
Thanks.
David.Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra Issues?I managed to get it to create a debug.log file:
Okay, so I think I found the actual conflict. It seems to be SweepWidget.
This is the debug.log file created by WordPress and this is the plugin’s sweepwidget.php file which is in the debug log.
If I disable SweepWidget then Paid Memberships Pro, Forminator and WP Fastest Cache all work as intended.
Although weirdly, on my staging website everything works fine even with SweepWidget enabled.
Okay, so I think I found the actual conflict. It seems to be SweepWidget.
This is the debug.log file created by WordPress and this is the plugin’s sweepwidget.php file which is in the debug log.
If I disable SweepWidget then Paid Memberships Pro, Forminator and WP Fastest Cache all work as intended.
Although weirdly, on my staging website everything works fine even with SweepWidget enabled.
Perfect! I will look into creating a staging site now.
From what I can figure it’s being caused by Paid Memberships Pro – Content Restriction, User Registration, & Paid Subscriptions (GitHub) since as soon as I disable this Plugin via WP Admin > Plugins the WP Fastest Cache buttons and menus work as expected soon as I enable it breaks WP Fastest Cache UI.
This explains why it worked at first but a recent update of PMP broke it.
Edit: Can confirm 3.1 RC2 2024-07-11 v3.0.992 still has the issue.
- This reply was modified 2 years, 1 month ago by davidblood.
- This reply was modified 2 years, 1 month ago by davidblood. Reason: Added edit after testing 3.1 RC2
What’d be causing that? Every tab is broken.
jQuery.js is loaded but some reason after jQuery core, migrate, utils, ui etc isn’t jQuery.js meant to be loaded first?
<script src='/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable&ver=6.5.5'></script>
<script src="/wp-content/plugins/sweepwidget/public/js/jquery.js?ver=6.5.5" id="sw_jquery_script-js"></script>My only guess is Forminator is breaking WP Fastest Cache as that’s the only plugin I installed after WPFC to replace WP Forms.
Edit: Nope isn’t Forminator as deactivating still causes it.
- This reply was modified 2 years, 1 month ago by davidblood.
CDN tab also broken. Clicking Cloudflare brings up MaxCDN {StackPath} popup window but even Cloudflare? MaxCDN doesn’t even exist (EOL) and closed last November.
Everything was fine until I linked Cloudflare now whole plugin options are chalked. Can’t unlink CF to switch to BunnyCDN as it brings up MaxCDN.
Can’t share videos here if you can inform me of an email I can send.
- This reply was modified 2 years, 1 month ago by davidblood.

these are the only console errors I can find related to wpfastestcache?
I see.
Wouldn’t the BunnyCDN speed up my site? Cloudflare handle DNS only?
Also shouldn’t this have a save button? the times “X” also doesn’t close it?

- This reply was modified 2 years, 1 month ago by davidblood.
Hey @gripgrip
I’ve tried this with firewall disable and even on a local WP without my provider’s server security.
No luck. Other code works fine just not Google’s code (it’s huge!) is there a way I can DM or email you privately? As I’m not sure if the code includes sensitive information. I doubt it as it’s visible in page source.
Thanks.