entschleunigung Posted November 10, 2020 Posted November 10, 2020 Hello to all, some time ago i updated from 3.0.123 to 3.01.65 and noticed that the following selector does not work anymore on a multilingual site. the languages are "de" and "en". $list= $pages->find("template=tpl1|tpl2, title!^='disable-', sort=-date, limit=3"); with PW 3.0.123 this worked wonderfully, the result was for example 3 pages in "de" and "en". with PW 3.0.165 I get the 3 pages only in "de", which is the default language, but nothing in "en". what has changed, why does this selector no longer work? thanks a lot in advance
szabesz Posted November 11, 2020 Posted November 11, 2020 16 hours ago, entschleunigung said: what has changed, why does this selector no longer work? Can you please post this issue at https://github.com/processwire/processwire-issues ? Sounds like a bug. Ryan has been refactoring the underlying codebase of find() so such issues can emerge with recent dev versions, see: https://processwire.com/talk/topic/23664-pw-30156-–-core-updates/ 1
entschleunigung Posted November 11, 2020 Author Posted November 11, 2020 For the time being i have upgraded to version 3.0.148, with this version there are no problems. thanks so far
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