Title: Class not found error
Last modified: August 13, 2020

---

# Class not found error

 *  [bendb122](https://wordpress.org/support/users/bendb122/)
 * (@bendb122)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/class-not-found-error-3/)
 * 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](https://wordpress.org/support/users/bendb122/)
 * (@bendb122)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/class-not-found-error-3/#post-13252225)
 * 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](https://wordpress.org/support/users/developers/)?
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Class not found error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonials-widget_c56561.svg)
 * [Testimonials Widget](https://wordpress.org/plugins/testimonials-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonials-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonials-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonials-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonials-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonials-widget/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [bendb122](https://wordpress.org/support/users/bendb122/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/class-not-found-error-3/#post-13252225)
 * Status: not resolved