You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If prefix table is the standard wp_ everything is working.
If prefix table is something else (ex. bwp_ or wpk_ ...):
->new field
->select relation
->select users in the correlation dropdown
->in the additional field options pick one ore more role to limit the available users
I also get this error 3 times: Notice: like_escape is deprecated since version 4.0! Use wpdb::esc_like() instead. in /srv/www/wordpress-trunk/wp-includes/functions.php on line 3201
Testing with Pods 2.4.3 and WordPress 4.0-beta2-20140725, but updating pods_sanitize_like() to use the new wpdb::esc_like() doesn't resolve the issue.
Hi,
got two fresh installations of Wordpress.
If prefix table is the standard wp_ everything is working.
If prefix table is something else (ex. bwp_ or wpk_ ...):
->new field
->select relation
->select users in the correlation dropdown
->in the additional field options pick one ore more role to limit the available users
the filtered list is always empty.
Thank you,
Rickyx
ps. this issue is somewhat related to http://pods.io/forums/topic/user-dropdown-by-role/ but this is a brand new installation and no other plugins are present.
The text was updated successfully, but these errors were encountered: