dompdf fails to load

后端 未结 7 710
谎友^
谎友^ 2020-12-29 03:23

I am trying to get dompdf running on an in-house server. With the default config.inc.php settings, I get the following when running the equivalent of the demo \'Hello Wolrd\

7条回答
  •  伪装坚强ぢ
    2020-12-29 04:16

    If error is not corrected after doing what other answers suggest:

    In dompdf_config.inc.php, change line 332 to point to the actual location of your Font.php  file.
    mine was /php-font-lib/src/FontLib
    

    There is no CLASSES folder that was mentioned there.

提交回复
热议问题