Fatal error in certain pages
-
Hi, I love your plugin but I’ve found a problem.
I have this code inside the heather:
if (function_exists('HAG_Breadcrumbs')) { HAG_Breadcrumbs(array( 'home_show' => false, 'last_link' => false, 'excluded_taxonomies' => array( 'post_format', 'tag'), 'taxonomy_excluded_terms' => array( 'category' => array('uncategorized'), ), )); }
and it works beautifully everywhere except in pages like: https://example.com/2013 or https://example.com/2013/01
The page rendering stops exactly at the point of your plugin, giving this message:
Fatal error: Exception thrown without a stack frame in Unknown on line 0
If I comment that code, the page loads well. If I deactivate your plugin, the page loads too.
Do you have any idea on how to fix this? Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fatal error in certain pages’ is closed to new replies.