使用 TCPDF 生成 PDF 在 XAMPP 中崩溃

发布于 2024-11-15 19:42:48 字数 72 浏览 3 评论 0原文

当我点击 cakephp 项目中的下载 pdf 链接时,Apache 停止工作。 我正在使用 TCPDF 生成 PDF。 请帮忙!

Apache stop working when i click on download pdf link in cakephp project.
I m using TCPDF to generate PDF.
Please Help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧城烟雨 2024-11-22 19:42:48

首先要尝试的是关闭 php.ini 中的 display_errors,

TCPDF 不喜欢在其“页面”上打印任何其他内容,并且默认情况下,如果将 display_errors 设置为 On,将会出现一些警告和/或通知。

The first thing to try would be to turn off display_errors in php.ini,

TCPDF doesn't like anything else printed on its 'page' and by default there will be some warnings and/or notices if you set display_errors to On.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文