【发布时间】:2011-12-01 16:57:42
【问题描述】:
我正在使用 TCPD 和 Drupal 的 print 模块来生成文章的 PDF,当我单击链接生成 PDF 时出现以下错误消息:
TCPDF ERROR: [Image] Unable to get image: http://localhost/pathToDrupal/themes/bartik/logo.png
图像存在于指定的位置。 我试过申请:
allow_url_fopen = On;
allow_url_include = On;
在php.ini 中,但这无法解决问题。
请帮忙:(
【问题讨论】: