- Status changed to Postponed: needs info
about 2 years ago 4:30pm 18 January 2023 - Status changed to Needs review
about 2 years ago 9:48am 19 January 2023 Hello,
I've checked the fix made by @alena_stanul. Works great. 'admin/config/search/apachesolr' doesn't return 'TypeError:' error.
Thank you
- πΊπΈUnited States mglaman WI, USA
I see what I did before.
$cid = 'acquia_search.indexes.' . $this->subscription; if (($cache = cache_get($cid))) { return $cache->data; }
cache_get is false on miss
cache_set($cid, FALSE, 'cache', $now + 60);
Here I'm setting the data to false, not the same as a miss.
-
japerry β
committed 0396f837 on 7.x-4.x authored by
alena_stanul β
Issue #3334091 by alena_stanul, japerry: TypeError: Argument #1 ($array...
-
japerry β
committed 0396f837 on 7.x-4.x authored by
alena_stanul β
- Status changed to Fixed
almost 2 years ago 9:18pm 24 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.