BFD Calendar Posted September 21, 2014 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.
Pete Posted September 21, 2014 Posted September 21, 2014 You'll have to tell us what your selector was or we can't help
BFD Calendar Posted September 21, 2014 Author 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");
adrian Posted September 21, 2014 Posted September 21, 2014 Try it without the spaces before and after the pipe ( | ) character.
BFD Calendar Posted September 21, 2014 Author 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
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