$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>breadcrumb - Error after woocommerce update from 2.6 to 3.5|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

breadcrumb - Error after woocommerce update from 2.6 to 3.5

matteradmin9PV0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 6 years ago.

Improve this question

Fatal error: Uncaught Error: Call to a member function get_breadcrumb() on string in /home/elaieu/domains/elfai.lt/public_html/assets/plugins/woocommerce/includes/class-wc-structured-data.php:321 Stack trace: #0 /home/elaieu/domains/elfai.lt/public_html/wp-includes/class-wp-hook.php(286): WC_Structured_Data->generate_breadcrumblist_data('') #1 /home/elaieu/domains/elfai.lt/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /home/elaieu/domains/elfai.lt/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/elaieu/domains/elfai.lt/public_html/assets/themes/Elfai/woocommerce.php(6): do_action('woocommerce_bre...') #4 /home/elaieu/domains/elfai.lt/public_html/wp-includes/template-loader.php(74): include('/home/elaieu/do...') #5 /home/elaieu/domains/elfai.lt/public_html/wp-blog-header.php(19): require_once('/home/elaieu/do...') #6 /home/elaieu/domains/elfai.lt/public_html/index.php(17): require('/home/elaieu/do...') #7 {main} thrown in /home/elaieu/domains/elfai.lt/public_html/assets/plugins/woocommerce/includes/class-wc-structured-data.php on line 321

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 6 years ago.

Improve this question

Fatal error: Uncaught Error: Call to a member function get_breadcrumb() on string in /home/elaieu/domains/elfai.lt/public_html/assets/plugins/woocommerce/includes/class-wc-structured-data.php:321 Stack trace: #0 /home/elaieu/domains/elfai.lt/public_html/wp-includes/class-wp-hook.php(286): WC_Structured_Data->generate_breadcrumblist_data('') #1 /home/elaieu/domains/elfai.lt/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /home/elaieu/domains/elfai.lt/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/elaieu/domains/elfai.lt/public_html/assets/themes/Elfai/woocommerce.php(6): do_action('woocommerce_bre...') #4 /home/elaieu/domains/elfai.lt/public_html/wp-includes/template-loader.php(74): include('/home/elaieu/do...') #5 /home/elaieu/domains/elfai.lt/public_html/wp-blog-header.php(19): require_once('/home/elaieu/do...') #6 /home/elaieu/domains/elfai.lt/public_html/index.php(17): require('/home/elaieu/do...') #7 {main} thrown in /home/elaieu/domains/elfai.lt/public_html/assets/plugins/woocommerce/includes/class-wc-structured-data.php on line 321

Share Improve this question asked Jan 13, 2019 at 10:58 JustasJustas 111 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

That can be because of plugin conflict, can you deactivate all your plugins and try to enable one by one to find out which plugin is causing the problem. Also, check your PHP version (recommended is 7.2).

Thanks !!!

Post a comment

comment list (0)

  1. No comments so far