Hey all,
I'm having an issue with my searches, they are working fine when I got to the search & list page from a menu option and I have "Search? (on 1st load) set to "yes", but when I try to change the search options and hit the "Search" button the page breaks (it's not that there are no results, the whole page beaks) details below.
When I select the search page from the main menu the URL looks like this and the search works as expected, returning a list of users.
http://www.MYDOMAIN.com/index.php/resources/search-members
After I hit the "Search" button the URL looks like
http://www.MYDOMAIN.com/index.php/component/cck/?cck=orchard_user&orchard_user_type=Model&search=orchard_user_search&task=search
This is when the page breaks. I have confirmed that if I copy everything from the above link, after the "?" and paste it after the link that works, then the search works, so if I manually create this, the search works with the selected search criteria shown in the list
http://www.MYDOMAIN.com/index.php/resources/search-members?cck=orchard_user&orchard_user_type=Model&search=orchard_user_search&task=search
And it does not matter if I change the button type, or task. For instance, if I change the task to "Save & Redirect" and set the redirection to the "Search Members" menu choice, I get the following URL
http://www.MYDOMAIN.com/index.php/resources/search-members?cck=orchard_user&orchard_user_type=Model&boxchecked=0&search=orchard_user_search&task=save2redirect
And a page error that reads
The most recent request was denied because it contained an invalid security token. Please refresh the page and try again.
If I remove the "&task=save2redirect" at the end of the URL, the page loads fine, with the correct search results.
This particular example is searching Users, using SEBLOD users. I have enabled the User Bridge and everything seems to be working OK there. But, I have this same problem with all my Search and lists. I've tried a lot of different things, and can't find anything that works online, I'm sure this is not a unique problem for me, so any help is greatly appreciated.
If you need any additional information or have questions, please let me know. Thank you!
Ross