PHP Version 5.3.29.
For the warnings, I replaced with
= array();
in place of
= ”;
and warnings is gone.
Thanks for clarifications about Site Builder issue.
Hi Dave,
thanks for your response.
Trying to debug, I noticed that these lines (in file flexible-posts-widget.php) may be wrong, in fact, it generates some warning message ‘couse these variables should be arrays:
protected $posttypes = ”;
protected $pt_names = ”;
protected $taxonomies = ”;
protected $tax_names = ”;
protected $thumbsizes = ”;
protected $orderbys = ”;
protected $orders = ”;
protected $templates = ”;
However, this problem is not regarding this post’s issue.