https://bugs.koozali.org/show_bug.cgi?id=11920

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
# occ db:add-missing-indices
An unhandled exception has been thrown:
OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache
(Is the matching PHP module installed and enabled?)


using nextcloud 21


--define apc.enable_cli=1

fixes this

cat /usr/bin/occ 
# cat bin/OCC 
#!/bin/bash

cd /usr/share/nextcloud
sudo -u www -s /usr/bin/php74 --define apc.enable_cli=1 --define
memory_limit=512M  occ $@

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to