iOS AND ANDROID
Topics:
Choose a tagJust a couple of days ago, we had to upgrade to PHP 5.3 for our sites and all of a sudden a bunch of our non-published posts/pages started showing up in the posts/pages screens. Also most of the pages on the site couldn’t be found. Google once again comes to the rescue:
“for php 5.3 change the lines
function ace_where(&$where,$filter=”")
function ace_join(&$join,$filter=”")
to
function ace_where($where,$filter=”")
function ace_join($join,$filter=”")
in
advanced-category-excluder.php”
Here’s the source of the fix: http://wordpress.org/support/topic/plugin-advanced-category-excluder-does-nto-work-with-php-531