using 2 fields in the where clause creates error?

larryk

Well-known member
Hello,
Is there some type of odd bug with using 2 fields in the Where Clause?

I have a single_select, I pick my table and primary/linked fields.... THEN if I ONLY add 1 field in the Where Clause, it works.

But if I use both, an error occurs?

Example in the where clause:
works if only this => field1 = "ABC"
works if only this => field2 = "123"

BUT if gives error if using both, like this: field1 = "ABC" and field2 = "123"

How can that be?

FYI: when saving with either, "single" field, it saves.
IF using both and try to save, I get this error:
Forbidden
You do not have permission to access this document.

very strange

You are using DaDaBIK version 10.2-Manarola enterprise, installed on 08-18-2020 (installation code: 157025efd31de5bb7d), the latest version of DaDaBIK is 10.3-Manarola released on 08-26-2020

You are not running the last release of DaDaBIK, the release you are running might have bugs and security holes, see the official change log for further information. You can upgrade DaDaBIK here.

System info
PHP Version: 7.2.34

mysql version: 5.5.65-MariaDB

Web server: Apache
 
Top