嗯我知道这似乎很简单(如派,哈哈),但我不断
Warning: /cache/ is not writeable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
这是我的情况。我可以从域中各个级别和文件夹中提取提要。因此,如果它在一处起作用,那么我会在其他地方得到此警告。 (例如在子文件夹中。)
所以,我正在尝试通过在simplepie.inc文件上编辑第501行来指定实际的完整路径位置,
var $cache_location = $_SERVER['DOCUMENT_ROOT'] . "/cache/";
但是,这是语法错误.....
所以,A)为什么?我知道我缺少一些愚蠢的东西。
和B)是否有更好/更有效的方法来做到这一点?
谢谢是前进!
最佳答案
那http://simplepie.org/wiki/reference/simplepie/set_cache_location呢?
关于php - 指定simplepie缓存位置?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10606450/