rubinstein
Member
Posted 3 months ago #
I get the following warning after updating from version 0.22.3 to version 0.23:
Warning: Missing argument 3 for CatListDisplayer::get_content(), called in /home/rubinstein/public_html/subdomains/sandbox.example.com/wp-content/plugins/list-category-posts/include/CatListDisplayer.php on line 110 and defined in /home/rubinstein/public_html/subdomains/sandbox.example.com/wp-content/plugins/list-category-posts/include/CatListDisplayer.php on line 132
I only use the plugin as follows:
[catlist name=action numberposts=-1]
http://wordpress.org/extend/plugins/list-category-posts/
monpelaud
Member
Posted 3 months ago #
Hi,
I get the same warning after updating from version 0.22.3 to version 0.23.
Best Regards
Sorry about that, just uploaded version 0.23.1 with a fix.
Thanks for the heads up!
monpelaud
Member
Posted 3 months ago #
Many thanks, version 0.23.1 works fine.
rubinstein
Member
Posted 3 months ago #
Thank you picandocodigo, the new version 0.23.1 works. :)
darkmatter661
Member
Posted 3 months ago #
darkmatter661
Member
Posted 3 months ago #
Now I know why... my template got deleted when it upgraded :(
darkmatter661
Member
Posted 3 months ago #
Fixed it. Had to change my template and comment out the items I wasn't using in my template:
//Show comments:
/*$lcp_display_output .= $this->get_comments($single);
//Show date:
$lcp_display_output .= ' ' . $this->get_date($single);
//Show author
$lcp_display_output .= $this->get_author($single);
//Custom fields:
$lcp_display_output .= $this->get_custom_fields($this->params['customfield_display'], $single->ID);*/