i created typo3 command scheduler , when execute manually works fine. when executed automatically (via cronjob), there following error:
the apc backend cannot used because apc disabled on cli
i googled results not helpful, know means?
typo3 cms
uses apc cache backend extbase
object , reflection caches.
if not want use apc cache backend, can in install tool
in menu point configuration presets
. there 1 can choose between database cache backend
, apc cache backend
. apc cache chosen automatically during installation if available.
you can change server configuration , make apc cache backend
available cli. http://php.net/manual/en/apc.configuration.php#ini.apc.enable-cli please not cli cache no persisted across requests, therefore there no gain doing this.
you can read more caching framework
in typo3 cms documentation
: https://docs.typo3.org/typo3cms/coreapireference/cachingframework/index.html
Comments
Post a Comment