Notice (8): Trying to access array offset on value of type null [APP/Controller/PagesController.php, line 370]
Warning (2): rename(/var/www/vhosts/ayashkabakery.kz/httpdocs/logs/error.log,/var/www/vhosts/ayashkabakery.kz/httpdocs/logs/error.log.1749845659) [<a href='https://secure.php.net/function.rename'>function.rename</a>]: Permission denied [CORE/src/Log/Engine/FileLog.php, line 197]
product_id
is missing operator (IS, IS NOT) with null
value.
📋
$operator = '!='; |
|
} |
|
|
|
if ($value === null && $this->_conjunction !== ',') { |
|
throw new InvalidArgumentException( |
|
sprintf('Expression `%s` is missing operator (IS, IS NOT) with `null` value.', $expression) |
|
); |
|
} |
|
|