• Hello,

    I’m receiving the following error after updating to 4.0.1:
    Fatal error: Uncaught Error: Class ‘Testimonials_Widget’ not found in /Users/XXX/AAA/BBB/app/public/wp-content/themes/CCC/testimonials-widget/testimonial-content.php on line 10

    Here’s the snippet the error is referencing:
    $char_limit = $atts[‘char_limit’];
    $content_more = apply_filters( ‘tw_content_more’, esc_html__( ‘…’, ‘testimonials-widget’ ) );
    $content_more .= Testimonials_Widget::$tag_close_quote;
    $do_content = ! $atts[‘hide_content’] && ! empty( $testimonial[‘testimonial_content’] );
    $testimonial_id = $tw_template_args[‘testimonial’][‘post_id’];

    Has anyone else seen this issue or have a suggestion on how to fix?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter bendb122

    (@bendb122)

    It looks like I was able to resolve this issue by changing all instances of:

    Testimonials_Widget

    to:

    Axl_Testimonials_Widget

    This works for now, but I’m concerned about long term stability. Any input @developers?

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Class not found error’ is closed to new replies.