PHP Fatal error: Uncaught TypeError: Illegal offset type
-
I’m seeing this message in my site logs a lot:
PHP Fatal error: Uncaught TypeError: Illegal offset type in isset or empty in /code/web/content/plugins/xml-sitemap-feed/controllers/class.xmlsf-sitemap.php:303 Stack trace: #0 /code/web/content/plugins/xml-sitemap-feed/views/feed-sitemap-posttype.php(13): XMLSF_Sitemap->prefetch_posts_meta() #1 /code/web/wp/wp-includes/template.php(770): require_once('/code/web/conte...') #2 /code/web/content/plugins/xml-sitemap-feed/controllers/functions.shared.php(186): load_template('/code/web/conte...') #3 /code/web/wp/wp-includes/class-wp-hook.php(307): xmlsf_load_template(false, 'sitemap-posttyp...') #4 /code/web/wp/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #5 /code/web/wp/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #6 /code/web/wp/wp-includes/functions.php(1604): do_action('do_feed_sitemap...', false, 'sitemap-posttyp...') #7 /code/web/wp/wp-includes/template-loader.php(48): do_feed() #8 /code/web/wp/wp-blog-header.php(19): require_once('/code/web/wp/wp...') #9 /code/web/index.php(5): require('/code/web/wp/wp...') #10 {main} thrown in /code/web/content/plugins/xml-sitemap-feed/controllers/class.xmlsf-sitemap.php on line 303What can I do to fix?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP Fatal error: Uncaught TypeError: Illegal offset type’ is closed to new replies.