I’m using SeedPod light version 6.18.9. I’ve tried to deactivate/reactivate the plugin and I opened and re-saved my Coming Soon page in the hope that would solve it, but it didn’t.
Anything I can try (apart from uninstalling and reinstalling the plugin?)
I turned on the debugger and found these errors on my site.
Warning: Undefined property: stdClass::$post_excerpt in /var/www/vhosts/lunarmimi.net/clone.lunarmimi.net/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/public/class-webdados-fb-open-graph-public.php on line 140
Warning: Undefined property: stdClass::$post_content in /var/www/vhosts/lunarmimi.net/clone.lunarmimi.net/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/public/class-webdados-fb-open-graph-public.php on line 145
Warning: Undefined property: stdClass::$post_author in?/var/www/vhosts/lunarmimi.net/clone.lunarmimi.net/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/public/class-webdados-fb-open-graph-public.php?on line?153
May I ask if it’s a known issue or my personal compatibility issue?
]]>We get the following error on product pages at multiple places:
Warning: Undefined property: WC_Product::$product_type in /var/www/vhosts/irobot.staging-gla-united.com/httpdocs/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php on line 151
We don’t know the origin of this error or if this is an important error to fix? We didn’t alter any of the code of this file that the error is referring too. The product pages are super slow in loading and if we update woocommerce the loading speed is even worse and it doesn’t resolve the error code.
]]>Solutions?
Thank you!
]]>Link on Homepage:
[geo2 xmlurl=https://balkantour.nordlandreise.ch/wp-content/uploads/2023/05/Test01_Track50.gpx]
If I deactivate “Activate Route Mode” the map is shown without track and also without error messages.
On activating “Activate Route Mode“, route an error messages are shown again.
I only want to use it for showing the daily track I passed with my motorcyle.
Do I have to adjust any settings or names?
Thanks you very much for your help.
Daniele
This message has just started showing up in Easy Social Feed plugin. As you can see it has worked fine in the past. I rolled-back one version and refreshed but same same.
]]>I’m using ur perfect plugin a long time but after latest update I’ve started to get this PHP error…
Warning: Undefined property: _WP_Dependency::$href in /home/public_html/wp-content/plugins/wp-asset-clean-up-pro/classes/OptimiseAssets/OptimizeCss.php on line 1186
Do you have any idea?
Thank you
]]>When accesing to the main page or an unexistent one of an old unmaintained glossary plugin, I catch this warning:
PHP message: PHP Warning: Undefined property: WP_Post_Type::$term_id in wp-content/themes/write-blog/assets/lib/breadcrumbs/breadcrumbs.php on line 222
Implied code is:
$category = get_queried_object();
$link_item = get_category_link( $category->term_id );
I solved it with this workaround:
$category = get_queried_object();
if ( isset ( $category->term_id ) ) {
$link_item = get_category_link( $category->term_id );
}
else{
$link_item = home_url();
}
I suggest you to add this code or any other you consider better to avoid the warning.
Thanks for your attention.
]]>
Warning: Undefined property: WCP_Folder_Plugins::$is_exists in /.../wp-content/plugins/folders/includes/folders.class.php on line 5479
The referenced line reads:
$is_plugin_exists = $plugins->is_exists;
Pls, is there anything I need do.
Fantastic plugin!
thank you,
Jasmine