• Just updated to 3.4.34. and it killed my website – lots of PHP errors so I had to restore from backup.

    Any known issues there?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter stellamaris5

    (@stellamaris5)

    site is natureheals.co.uk b the way

    Theme Author presscustomizr

    (@nikeo)

    Hi @stellamaris5,
    Can you give more detail about the error messages?
    Thanks
    @d4z_c0nf : any idea of what to check ?

    Thread Starter stellamaris5

    (@stellamaris5)

    I didn’t capture the error messages so i need to update again and see if it breaks as I restored from backup.

    Thread Starter stellamaris5

    (@stellamaris5)

    here you go:

    Fatal error: Uncaught Error: Class ‘TC_post_list’ not found in /var/sites/n/natureheals.co.uk/public_html/wp-content/themes/customizr-child/functions.php:31 Stack trace: #0 /var/sites/n/natureheals.co.uk/public_html/wp-includes/plugin.php(524): exclude_images_from_search_results(”) #1 /var/sites/n/natureheals.co.uk/public_html/wp-settings.php(411): do_action(‘init’) #2 /var/sites/n/natureheals.co.uk/public_html/wp-config.php(117): require_once(‘/var/sites/n/na…’) #3 /var/sites/n/natureheals.co.uk/public_html/wp-load.php(39): require_once(‘/var/sites/n/na…’) #4 /var/sites/n/natureheals.co.uk/public_html/wp-blog-header.php(13): require_once(‘/var/sites/n/na…’) #5 /var/sites/n/natureheals.co.uk/public_html/index.php(17): require(‘/var/sites/n/na…’) #6 {main} thrown in /var/sites/n/natureheals.co.uk/public_html/wp-content/themes/customizr-child/functions.php on line 31

    Hello @stellamaris5
    Since some versione ago the Customizr theme changes it’s classes(methods/functions) prefix from TC(tc) to CZR(tc_fn_)
    See:
    https://presscustomizr.com/customizr-pro-v1-2-30-customizr-free-v3-4-30-release-note/

    Hope this helps ??

    Thread Starter stellamaris5

    (@stellamaris5)

    Interesting. I was updating every version of customizr and it never happened before.

    I’m not very good at php so where would I look to eliminate this error?
    Is it a plugin problem? Or something I added in the child theme function.php ?
    Ps I use php7 and not customizr pro just the standard version

    • This reply was modified 8 years, 1 month ago by stellamaris5.
    • This reply was modified 8 years, 1 month ago by stellamaris5.

    It’s something you have in you child theme functions.php
    Fatal error: Uncaught Error: Class ‘TC_post_list’ not found in /var/sites/n/natureheals.co.uk/public_html/wp-content/themes/customizr-child/functions.php:31

    There you see the kind of error you get.
    As said above classees prefix has been changes from TC to CZR. So in that case TC_post_list must be replaced with CZR_post_list in your child theme.
    Same thing with methods or functions prefix: from tc to czr_fn.

    Hope this helps ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘3.4.34.’ is closed to new replies.