duanlei7101 2014-02-21 11:51
浏览 119
已采纳

(include_path ='。:/ usr / local / php5_3 / lib / php')/home/content/06/11735806/html/systems/CA/pdf.php [关闭]

require_once() [function.require]: Failed opening required tcpdf_include.php

(include_path='.:/usr/local/php5_3/lib/php') in /home/content/06/11735806/html/systems/CA/pdf.php

I am getting this error and my link is http://caware.in/pinal.php . Please help me as soon as possible with the perfect solution.

  • 写回答

2条回答 默认 最新

  • dshyu6866 2014-02-21 11:57
    关注

    In TCPDF there is tcpdf_iclude.php and if you open that file you can see something as

        $tcpdf_include_dirs = array(realpath('../tcpdf.php'), 
    '/usr/share/tcpdf/tcpdf.php', 
    '/usr/share/php-tcpdf/tcpdf.php', '/var/www/tcpdf/tcpdf.php', 
    '/var/www/html/tcpdf/tcpdf.php', 
    '/usr/local/apache2/htdocs/tcpdf/tcpdf.php');
    

    Now check where is your TCPDF folder then add the path in that config file and it will solve the issue. if its inside /home/content/06/11735806/html/systems/CA

    then add the following on the include dirs as

    /home/content/06/11735806/html/systems/CA/tcpdf/tcpdf.php
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换