BFD Calendar Posted September 21, 2014 Share Posted September 21, 2014 Since upgrading to 2.5 I get an error Error: Exception: Unknown Selector operator: '' -- was your selector value properly escaped? (in /www/wire/core/Selectors.php line 247) I don't see any difference with 2.4 but maybe something changed under the hood? Just replaced the 'wire' folder, index.php and .htaccess files and changed nothing else. Link to comment Share on other sites More sharing options...
Pete Posted September 21, 2014 Share Posted September 21, 2014 You'll have to tell us what your selector was or we can't help Link to comment Share on other sites More sharing options...
BFD Calendar Posted September 21, 2014 Author Share Posted September 21, 2014 Here's one that doesn't work (anymore): $todayday = date("d"); $todaymonth = date("m"); $features = $pages->find("parent=/events/ | /the-eyes/, bfd_day.name=$todayday, bfd_month.name=$todaymonth, sort=bfd_year"); Link to comment Share on other sites More sharing options...
adrian Posted September 21, 2014 Share Posted September 21, 2014 Try it without the spaces before and after the pipe ( | ) character. Link to comment Share on other sites More sharing options...
BFD Calendar Posted September 21, 2014 Author Share Posted September 21, 2014 Try it without the spaces before and after the pipe ( | ) character. Yes! Space was the Place to look for.... https://www.youtube.com/watch?v=djBKQNVj5Cc Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now