John Blackbourn
Forum Replies Created
-
Thanks for letting me know!
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1The original problem reported in this thread has now been fixed, so please use separate threads for any further issues. Thanks everyone!
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1The
calling_lineproperty no longer exists. The PHP error is actually correct in this regard, but I will see about adding some compatibility for this property.Forum: Plugins
In reply to: [Query Monitor] Can’t open overview in frontendI’ve just released version 4.0.6 which fixes a compatibility issue with an accessibility script that’s included in the GeneratePress theme which was preventing the QM admin toolbar menu from working.
Let me know how it goes.
Thanks for the report. I’ll take a look.
If this happens on regular logins as well as User Switching then I think it’s probably not related to User Switching.
User Switching doesn’t interact with the WooCommerce cart directly. It calls
WC()->session->forget_session()so the user session is forgotten (but not discarded) when switching between users.Best of luck!
Forum: Plugins
In reply to: [Query Monitor] Can’t open overview in frontendI’ve just released 4.0.3 which improves compatibility with plugins and themes that perform non-UTF8 queries, along with a few other fixes.
Let me know if this does or doesn’t fix the issue on your site. If anyone is still having an issue I would greatly appreciate it if you open an issue on the GitHub repo: https://github.com/johnbillion/query-monitor/issues. This will allow me to follow up with further technical questions and potentially request access to your site, which is not allowed here on the ww.wp.xz.cn forums.
Cheers!
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1The underlying issue is that the data collected by Query Monitor used to live in associative arrays, but in version 4 this switched to proper data transfer objects to reduce memory usage and increase type safety. The base
QM_Dataclass implementedArrayAccessfor backwards compatibility with third-party plugins, but some of the child classes used for data collection didn’t. This is what tripped up Pods and others.Going forward you could switch to conditionally reading the object properties instead of using array access, but I think this backwards-compatibility will need to remain in QM now.
Forum: Plugins
In reply to: [Query Monitor] Can’t open overview in frontendI’ve just released 4.0.2 with further backwards compatibility fixes for third-party plugins that might be causing issues. Please give it a test and let me know if it resolves your issue.
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1I’ve just released 4.0.2 with further backwards compatibility fixes, including a fix for Pods and older versions of Object Cache Pro. Cheers!
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1Thanks everyone. I’m taking a look.
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1@bsmolyanov Thanks for that info. I’m already chatting with the author of Object Cache Pro about this issue. We’ll release a fix either in QM or in OCP. Bear with us!
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1Thanks for the info everyone.
- Does this happen only on the front end? Or in the admin area too?
- Which theme are you using? Does the problem still occur if you switch to one of the default “Twenty” themes?
- Are there any JavaScript errors in the browser console?
Forum: Plugins
In reply to: [Query Monitor] Can’t open overview in frontendThanks for the report @keeslamper.
- Which theme are you using? Does the problem go away if you switch to one of the default “Twenty” themes?
- Can you try deactivating your plugins one by one to see if one of them is causing a problem?
- Are there any JavaScript errors in the browser console?
- Is there a fatal error in your PHP error log or in the source code of the site?
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1Thanks for the report.
- Can you try deactivating some of your plugins one by one to see if one of them is causing the problem?
- Is there a fatal error logged in the PHP error log?