为什么PHP AWS API无法找到缓存文件夹?

时间:2012-06-28 13:43:57

标签: php api caching amazon-web-services

<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

'default_cache_config' => '/awscache',

和/ awscache肯定存在。

有没有人有任何想法?

1 个答案:

答案 0 :(得分:0)

/awscache存在于文件系统的根目录下,并具有服务器可写权限,对吗?

然而,使用APC或XCache绝对是首选,因为它们更快,而且您不必处理不可靠的文件系统。 :)