Jump to content

Problem with selector after upgrading from 3.0.210 to 3.0.229


lpa
 Share

Recommended Posts

I have a selector: 
template=adsales-entry, banner_file|video_file|is_html5|html!=

template=adsales-entry, banner_file|video_file|is_html5|html!=

After upgrading it does not find anything, but this one still finds:
 

template=adsales-entry, banner_file!=

Is there anything that explains why multiple field selector does not work with the new version?

Link to comment
Share on other sites

Just a passing thought without testing or checking, but it looks like banner_file and video_file are string-based values, whereas is_html5 and html are boolean-based (true/false). If that's correct, it's possible that some stricter checking needed to be done for PHP 8.x compatibility, and you might need to break that selector up into multiple parts.

Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...