cURL错误:无法打开cookie文件

时间:2014-09-14 13:22:14

标签: php apache curl cookies

我在这里使用AdobeHDS PHP脚本https://github.com/K-S-V/Scripts/wiki

此脚本使用system()函数通过另一个PHP脚本执行。但是,在我的网络浏览器上,我收到以下错误:

KSV Adobe HDS Downloader cURL Error : The cookie file could not be opened. Make sure this directory has the correct permissions. 1

我用来执行此脚本的代码是:

system ( '/usr/bin/php /var/www/html/inc/AdobeHDS.php --manifest someFile --delete --outfile someFile --outdir someDir' );

是否存在与apache文件/文件夹权限相关的内容?

1 个答案:

答案 0 :(得分:0)

使Apache成为存在AdobeHDS脚本的inc目录的所有者。问题解决了。