[Plugin: WordPress Access Control] Upgrade to 3.0.4
-
I get the same 2 errors with version 3.0.3.
I see that version 3.0.4 will “Fix a PHP issue if a second argument wasn’t supplied to several functions”, but when I download http://downloads.wp.xz.cn/plugin/wordpress-access-control.3.0.4.zip, I find still version 3.0.3 inside the packet.
So I temporarily edited the plugin code:
line 496
from:function posts_join_paged( $join, $query )
to:function posts_join_paged( $join )line 509
from:function posts_where_paged( $where, $query )
to:function posts_where_paged( $where )I hope this doesn’t hurt too much other functions.
The topic ‘[Plugin: WordPress Access Control] Upgrade to 3.0.4’ is closed to new replies.