Menu

path problem

Help
Buck
2013-05-19
2013-05-20
  • Buck

    Buck - 2013-05-19

    Now I,m using this path in my files and it works
    require_once('../../tcpdf/config/lang/eng.php');
    require_once('../../tcpdf/tcpdf.php');

    Trying to update to latest version I tried this path and it does not work
    require_once('../../tcpdf/examples/tcpdf_include.php');

    If I put my file in examples folder this works
    require_once('tcpdf_include.php');

    What am I doing wrong?

     
  • Nicola Asuni

    Nicola Asuni - 2013-05-19

    Please note that the tcpdf_include.php file searches for the tcpdf.php file just for the default examples.
    If you already know where your tcpdf.php file is, then you can set the path directly.

     
    • Buck

      Buck - 2013-05-20

      Setting the path direct did it

      Thank you Nicola!

       
  • Aira Lingat

    Aira Lingat - 2017-01-26

    Hi Buck,

    I am also getting the same error. what did you mean by setting the path direct did it? what did you do?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.