Forums

Yet Another Related Posts Plugin
[resolved] Error in Beta, array_search correction (2 posts)

  1. metecik
    Member
    Posted 1 year ago #

    Hi,

    I have seen this error on my php.log :

    PHP Warning: array_search() [function.array-search]: Wrong datatype for second argument in /*****/wp-content/plugins/yet-another-related-posts-plugin/includes.php on line 428

    On Line 428:
    if (array_search($option,yarpp_clear_cache_options) !== false)
    It must be :
    if (array_search($option,$yarpp_clear_cache_options) !== false)

    Regards

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic