私はZendが初めてで、以前に行ったプロジェクトに取り組んで機能を追加する必要があります。以下は、application.ini ファイルのキャッシュ仕様です。
cache.frontend.type = Core
cache.frontend.options.lifetime = 7200
cache.frontend.options.automatic_serialization = true
cache.frontend.options.cache_id_prefix = proj_name
cache.frontend.options.cache = true
cache.backend.type = Memcached
cache.backend.options.servers.1.host = 127.0.0.1
cache.backend.options.servers.1.port = 11211
cache.backend.options.servers.1.persistent = true
cache.backend.options.servers.1.weight = 1
cache.backend.options.servers.1.timeout = 5
cache.backend.options.servers.1.retry_interval = 15
logsdb.params.dbname = dataLink
memcache をインストールしましたが、正常に動作します。しかし、プロジェクトを開始しようとすると、次のエラーが発生します。
「cache_dir はディレクトリでなければなりません」というメッセージを含むキャッチされない例外「Zend_Cache_Exception」
Google でいくつかの回答を見つけようとしましたが、解決策はどれも機能しませんでした。これで私を助けてください。私はWAMP 2.1に取り組んでいます