I don’t have a blank screen, but the page does not render properly.
WP Query plugin reports the following:
Fatal error: Uncaught Error: round(): Argument #1 ($num) must be of type int|float, string given
in /xxx/public_html/wp-content/plugins/yet-another-related-posts-plugin/includes/template_builtin.php on line 33
Pila de llamadas:
round()
wp-content/plugins/yet-another-related-posts-plugin/includes/template_builtin.php:33
include()
wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Core.php:1655
YARPP::get_template_content()
wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Core.php:1527
YARPP::display_related()
wp-content/plugins/yet-another-related-posts-plugin/includes/related_functions.php:25
yarpp_related()
wp-content/themes/twentyseventeen-child-es/functions.php:141
twentyseventeen_entry_footer()
wp-content/themes/twentyseventeen-child-es/template-parts/post/content.php:163
require()
wp-includes/template.php:785
load_template()
wp-includes/template.php:718
locate_template()
wp-includes/general-template.php:204
get_template_part()
wp-content/themes/twentyseventeen/single.php:24
include()
wp-includes/template-loader.php:106
require_once()
wp-blog-header.php:19
require()
index.php:17
What’s really odd is that if I refresh the page, the problem goes away.
But if I go back to the home page and click on the link to a page it appears again until I press refresh.
Do we have the same issue?
Update: this only happens to me as a logged-in user. A visitor hitting a cached page does not experience this issue.
-
This reply was modified 2 years ago by
cnxsoft.