• Resolved Soumik

    (@soumik99)


    Even after disabling cache and purging everything, it shows the following at the bottom of the page:

    Warning: Array to string conversion in <PATH>/plugins/litespeed-cache/src/tag.cls.php on line 260

    Report number: IXGUEBPK

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please try edit that file , at line 258-260 , you will see

    } elseif (is_post_type_archive()) {
    				global $wp_query;
    				$post_type = (string) $wp_query->get('post_type');

    replace it to

    } elseif (is_post_type_archive() && ($post_type = get_post_type())) {

    see if it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Array to string conversion in tag.cls.php on line 260’ is closed to new replies.