• Resolved Mulia

    (@mul14)


    I just update OneElements – Ultimate Addons for Elementor to version 1.3.6, then got this error message:

    Fatal error: Access level to OneElements\Includes\Widgets\Testimonials\Widget_OneElements_Testimonials::print_content() must be protected (as in class Elementor\Widget_Base) or weaker in /var/www/wp-content/plugins/oneelements-ultimate-addons-for-elementor/includes/widgets/testimonials/testimonials.php on line 22

    • This topic was modified 4 years, 1 month ago by Mulia.
    • This topic was modified 4 years, 1 month ago by Mulia.
    • This topic was modified 4 years, 1 month ago by Mulia.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Found fast temporary solution
    go to the wp-admin -> plugins -> plugin-editor

    choose: “OneElements – Ultimeate Addons for Elementor”
    find
    /includes/widgets/testimonials/testimonials.php

    and change string 1500:
    from:
    private function print_content( $testimonial ) {

    to:
    protected function print_content( $testimonial = false ) {

    Thread Starter Mulia

    (@mul14)

    @wondermega It works! Big thank you. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Crash after update to version 1.3.6’ is closed to new replies.