DBView::linkToView message: "request rejected"
-
Hi there. Thanks for a fantastic plugin! ??
I have 2 views, and attempting to link the primary view to one that filters by country, I have the following snippet in the first view:
return DBView::linkToView($value, "View By Country", $value);
And the “View By Country” view has the “WHERE Country=%d” part in the SQL query as well.
Both views are public.However when clicking the link to the second view, all users are met with the following error message:
request rejected, mismatching security token (nonce value), try clicking again. If that fails try refreshing page (F5) and reentering data.The URL looks correct, in the format:
/?page=dbview&name=View%20By%20Country&arg1=DenmarkAny ideas? ??
PS; I have tried “activating” the included “show all users”, “show user” and “show usermeta”. They give the same result.
I can see that some of the built-in queries use “=%s” and some use “=%d”, which is which?
- The topic ‘DBView::linkToView message: "request rejected"’ is closed to new replies.