It seems it doesn't work with PHP 5.3.1. I have a fix, if the developer wants it.
http://wordpress.org/extend/plugins/advanced-category-excluder/
It seems it doesn't work with PHP 5.3.1. I have a fix, if the developer wants it.
http://wordpress.org/extend/plugins/advanced-category-excluder/
Hi Kservik,
Would you be willing to share the fix with me? I am in desperate need of getting this resolved.
Thanks,
Bill
How do I send it to you? :)
Kim
I'm quite desperate for the fix too, can you contact me on gsjosh at hotmail ddot com?
And maybe you could contact the owner here? http://ace.dev.rain.hu/
It might be worth it for you to post the diff here or use pastebin to share the fix.
what's the fix? my host just updated PHP to 5.3.2, and ACE blew up in my face.
Hi kservik, Please let me know how I may be able to get the fix for Advanced Category Excluder.
Thank you very much
tdsupport
Hello,
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
dryzen, tnx!
Thanks a bunch!! :)
This topic has been closed to new replies.