DDC-402: MemcacheDriver is generating warning if no cache entries is found in CLI #500

Closed
opened 2026-01-22 12:40:31 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 10, 2010).

Jira issue originally created by user @guilhermeblanco:

Title explains everything =D

Warning: array_keys() expects parameter 1 to be array, boolean given in /Users/eshiota/Sites/swat/geoning/library/Doctrine/Common/Cache/MemcacheCache.php on line 74
Warning: Invalid argument supplied for foreach() in /Users/eshiota/Sites/swat/geoning/library/Doctrine/Common/Cache/MemcacheCache.php on line 74
Orm:clear-cache => No query cache entries found.
Orm:clear-cache (--query | --metadata | --result [--id=<ID>] [--regex=<REGEX>] [--prefix=<PREFIX>] [--suffix=<SUFFIX>])
Clear cache from configured query, result and metadata drivers.
Originally created by @doctrinebot on GitHub (Mar 10, 2010). Jira issue originally created by user @guilhermeblanco: Title explains everything =D ``` Warning: array_keys() expects parameter 1 to be array, boolean given in /Users/eshiota/Sites/swat/geoning/library/Doctrine/Common/Cache/MemcacheCache.php on line 74 Warning: Invalid argument supplied for foreach() in /Users/eshiota/Sites/swat/geoning/library/Doctrine/Common/Cache/MemcacheCache.php on line 74 Orm:clear-cache => No query cache entries found. Orm:clear-cache (--query | --metadata | --result [--id=<ID>] [--regex=<REGEX>] [--prefix=<PREFIX>] [--suffix=<SUFFIX>]) Clear cache from configured query, result and metadata drivers. ```
admin added the Bug label 2026-01-22 12:40:31 +01:00
admin closed this issue 2026-01-22 12:40:32 +01:00
Author
Owner

@doctrinebot commented on GitHub (Mar 11, 2010):

Comment created by @guilhermeblanco:

Fixed in trunk

@doctrinebot commented on GitHub (Mar 11, 2010): Comment created by @guilhermeblanco: Fixed in trunk
Author
Owner

@doctrinebot commented on GitHub (Mar 11, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Mar 11, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#500