• Hello,

    all my changes were made in child theme, I haven’t touched anything in parent theme. After update to the latest theme version I encountered few 500 fatal errors – it’s all about TC_xx classes not found. In my child theme I’ve got this in archive-ss_services.php file for example:

    <div id="content" class="<?php echo implode(' ', apply_filters( 'tc_article_container_class' , array( TC_utils::tc_get_layout( TC_utils::tc_id() , 'class' ) , 'article-container' ) ) ) ?>">

    It worked fine before the upgrade. Do you have any idea how to fix this?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Change the prefix to CZR. Change TC_utils to CZR_utils

    Hi Thanks for this information – some customised pages of my customizr child theme also stopped working with this error. I changed all occurrences of TC_utils to CZR_utils and also all function calls from tc_ to tc_fn_ (after looking at the core files) and all is now working again!
    Hey please don’t do that again! ??

    • This reply was modified 7 years, 9 months ago by thewoosh.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TC_Utils and TC_post_navigation classes not found after upgrade’ is closed to new replies.