• Resolved dromanov31

    (@dromanov31)


    Hello!

    When I’m updating any of my blog posts I’m getting fatal error pointing to Strong Testimonials plugin.

    Here is an error screenshot https://pastenow.ru/59DO9

    And the link in browser which creates this error is /wp-admin/post.php

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @dromanov31,

    Can you please let me know what version of WordPress do you have installed?
    Also what version of Strong Testimonials?

    Thank you,
    Mihaela

    I believe we found a solution for this.
    Please go to this file:
    strong-testimonials/includes/filters.php
    and add there this code:

    if( ! is_array( $tags  ) ) {
        return $tags;
    } 

    Best wishes,
    Mihaela

    Thread Starter dromanov31

    (@dromanov31)

    WordPress version is 4.9.10
    Strong Testimonials version is 2.37

    Thanks for a solution! I’ll try this as soon as possible.
    I will let you know about implementation result.

    Sure thing – take your time.

    Best wishes,
    Mihaela

    Thread Starter dromanov31

    (@dromanov31)

    Hello @mplusb,

    I’ve added the code mentioned earlier by you to the very end of strong-testimonials/includes/filters.php file, but I’m getting the same error.

    Should I add this code to the end of file or into one of its functions?

    Can you please remove it from there and add it on line 55 in the same file?

    Thank you,
    Mihaela

    Thread Starter dromanov31

    (@dromanov31)

    @mplusb

    Now it works as it should.

    Thanks for your support!

    Happy to heat that, @dromanov31!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal error on updating any blog post’ is closed to new replies.