2012-06-28 110 views
0
<b>Fatal error</b>: Uncaught exception 'CacheFile_Exception' with message 'The file 
system location '/awscache'; does not exist. Create the directory, or double- 
check any relative paths that may have been set.' in /home/content/15/5299015/html/sdk- 
1.5.7/lib/cachecore/cachefile.class.php:61 

當試圖實現dynamodb功能時,我收到了此響應。這是我config.inc爲什麼PHP AWS API無法找到緩存文件夾?

'default_cache_config' => '/awscache', 

和/ awscache肯定存在。

有沒有人有任何想法?

回答

0

/awscache存在於文件系統的根目錄下,並具有服務器可寫權限,對嗎?

但是,使用APC或XCache絕對是首選,因爲它們速度更快,而且不必處理不可靠的文件系統。 :)

相關問題