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

'default_cache_config' => '/awscache',

和 /awscache 肯定存在。

有没有人有任何想法?

4

1 回答 1

0

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

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

于 2012-07-03T17:31:27.710 回答