doujiao7679 2018-08-12 13:46
浏览 162

mPDF - 临时文件目录...不可写

I 'm using mPDF 7.1 (via composer) and i have a problem with "Temporary files directory".

Can anyone tell me why this is always saying that the directory is not writable, when it absolutely is?

I am on my server and i have tested it with all folders. Same error message.

This is a sample of my code:

<?php
require_once($_SERVER["DOCUMENT_ROOT"] . "/library/tools/mpdf7/vendor/autoload.php"); // include MPDF library

function generateInvoice()
{
    try 
    {           
        $mpdf = new \Mpdf\Mpdf([
           "tempDir" => __DIR__ . "/custom/temp/dir/path"
        ]);

        $mpdf->WriteHTML("<h1>Hello World!</h1>");
        $mpdf->Output();

        return true;
    } 
    catch(\Mpdf\MpdfException $e) 
    {
        echo $e->getMessage();

        return false;
    }
}
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器