Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set…
阅读原文时间:2023年07月10日阅读:1

php打印小票错误提示:Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set…

解决办法:

curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1); // 使用自动跳转

将该语句中的1换成0就可以了,也就是   curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 0);

我是这样改就可以了

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章