threadi
Forum Replies Created
-
I don’t think you’ll find it that way either. It’s a debug output of something that might be stored somewhere in the database. If you’re already searching through files, try looking for
var_dump(), since that’s what generates this output. However, you’ll probably find several hits, so you’ll have to look very closely to determine which one is causing this output.What are the answers to my questions above?
Forum: Fixing WordPress
In reply to: Serious Error When Opening “Customize” After Installing Astra PluginThe error appears to be occurring in the WooCommerce plugin you’re using. I would first recommend checking to see if you’re using the latest version of the plugin. If not, install it and see if that resolves the issue. Otherwise, it’s best to contact their support forum for assistance: https://ww.wp.xz.cn/support/plugin/woocommerce/
I recommend getting in touch with WooCommerce’s support about this via https://woocommerce.com/my-account/create-a-ticket/ if you have any of their paid WooCommerce products or https://ww.wp.xz.cn/support/plugin/woocommerce/ if you do not.
Forum: Fixing WordPress
In reply to: Unable to access /wp-admin after latest WP 6.9 updateI’m a little unsure. Does the message only appear in relation to the calendar you’re using? Or does it also show up when you open it in the browser? The text you posted above doesn’t seem to come from a browser – where are you seeing this?
And which calendar plugin are you using? If you disable it, do the messages go away?
And is missed the screenshot hints in my last post: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
- This reply was modified 3 months, 1 week ago by threadi.
Forum: Fixing WordPress
In reply to: Unable to access /wp-admin after latest WP 6.9 updateWhat specific error messages do you get when it stops working? Feel free to share screenshots of them; see:
Also check to see if you’ve installed all pending updates for your plugins. That might solve the problem.
Check under Tools > Site Health to see if any issues are listed there.
By the way, there are many alternatives to the plugins mentioned above for securing WordPress with 2FA. See: https://ww.wp.xz.cn/plugins/tags/2fa/
The plugin https://ww.wp.xz.cn/plugins/two-factor/ was developed by the WordPress community itself and is expected to be integrated into the core at some point.
This is apparently a debug output that is located in a file used by your project. It is difficult to determine which file this is.
Have you edited any files yourself? Your own plugin or in your theme?
Or did someone else do it for you? If so, please contact them.
It is also possible (but rather unusual) that a plugin or your theme contains the code. Perhaps updating your plugins and theme will solve the problem.
Forum: Fixing WordPress
In reply to: Fatal Error in AI ClientThat’s really strange. Try manually downgrading to WordPress Core 6.9.4. The procedure is roughly as described here: https://ww.wp.xz.cn/documentation/article/updating-wordpress/#manual-update
Forum: Fixing WordPress
In reply to: Documentation for block markupThe page you found is already a pretty good overview. Here is another one from someone who works with Gutenberg: https://fullsiteediting.com/blocks/
However, I find these overviews somewhat unreliable. The reason for this is that the output changes depending on the settings used. For complete documentation, you would really have to record all options in all combinations. That is simply too much and I don’t think it would be helpful for you either. Here is some general information about the generated markup in the official manual: https://developer.ww.wp.xz.cn/block-editor/getting-started/fundamentals/markup-representation-block/
Thank you for your interest in my little plugin 🙂 You are absolutely right! This formatting must be possible with the plugin. It is the initial setting as soon as you activate the advanced options for lists that the plugin provides. Thanks to your hint, I have seen that this is unfortunately not working at the moment.
However, I have already prepared a fix for this. The setting will then look like this:
https://snipboard.io/vUe9lG.jpg
I will test this thoroughly again and then take the opportunity to make some adjustments for the upcoming WordPress 7.0. So please be patient – the update is coming 🙂
Forum: Fixing WordPress
In reply to: Unable to log in after the update to WordPress 6.9.4As described above, you should connect via FTP and solve the problem that way. Please contact your host’s support team for assistance. They will be able to help you with this.
Forum: Fixing WordPress
In reply to: Hover issue on home headerI would recommend contacting the support forum for the OceanWP theme you are using: https://ww.wp.xz.cn/support/theme/oceanwp/
Forum: Fixing WordPress
In reply to: Unable to log in after the update to WordPress 6.9.4I would strongly advise against modifying files from the WordPress core such as version.php – especially in this way. Doing so will ruin your project.
Your screenshot also shows something completely different as the cause. According to this, the plugin you are using, “EMC – Easily Embed Calendly Scheduling,” is missing a file. I suspect this was a faulty setup on their part.
To solve this, I would recommend the following:
- Log in to your hosting via FTP and delete the directory /wp-content/plugins/embed-calendly-scheduling/. Your host’s support team can tell you how to connect via FTP.
- You should then be able to log in to the backend as normal.
- After that, you can simply reinstall and activate the “EMC – Easily Embed Calendly Scheduling” plugin. The previous settings of the plugin should still be there.
Forum: Fixing WordPress
In reply to: Form di contattiAs far as I can see, you are using the “Happyforms” plugin for the form. I would recommend contacting their support forum with your query, as they are the ones who know best: https://ww.wp.xz.cn/support/plugin/happyforms/
Forum: Fixing WordPress
In reply to: Warning: Attempt to read property “ID” on stringAccording to the manual, you can also pass the
WP_Postobject directly toget_the_post_thumbnail(): https://developer.ww.wp.xz.cn/reference/functions/get_the_post_thumbnail/However, you may then receive a different error message stating that a string is not possible.
I would therefore recommend checking whether the message really refers to this exact line. Because something doesn’t add up here. With the complete code and the complete message, we could certainly tell you more.