Hi @abhishek_gupta1. Tested successfully. Thanks.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
I am not agree with patch, because if $options is not empty, then you will artificially reset it to empty array. May be better to use the following code:
function _variable_options($options = array()) {
$options = ($options !=FALSE) ? $options : [];
if (!empty($options['language'])) {...
Thanks
Hi,
According to @chetan 11 code changes, the error will not be fixed.
I don't see the difference between Ρreation of dynamic property in $object->table
as it was in the original and when we create array with $object_properties then try to use 'foreach ($object_properties .. ' construction to create property of object EntityQueue class.
I checked the code in the sandbox and the error was not fixed.
Please, check.
alena_stanul β created an issue.
After after deeper investigation I suggest fixing in apachesolr module ( https://www.drupal.org/project/apachesolr/issues/3377782 π [PHP8.1] Deprecated function: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in apachesolr_clean_text() RTBC ).
alena_stanul β created an issue.
alena_stanul β created an issue.
These types of warnings are considered in PHP 8.1 warnings. Passing null to parameter of type string is deprecated π PHP 8.1 warnings. Passing null to parameter of type string is deprecated Needs review issue.
alena_stanul β created an issue.
poker10 β credited alena_stanul β .
It seems that the ds-results_null_fix-2468303-4.patch is incorrect. An addition of code elseif ($results) {
is meaningless before foreach ($results as $id => $result) {
.
The ctools.php-8-compatibility.patch is not applied. I suggest to use the following patch.
alena_stanul β created an issue.
alena_stanul β created an issue.
alena_stanul β created an issue.
driverok β credited alena_stanul β .