0% found this document useful (1 vote)
351 views2 pages

Al Dente 2 PDF Error Report

Two PHP errors occurred trying to access a PDF file. The first error was a warning that the filesize function failed because it could not stat the file. The second error was that the readfile function failed because the specified file could not be opened as it was not found at the given path. Both errors occurred in the Pdftool controller.

Uploaded by

Bladimir Gomez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
351 views2 pages

Al Dente 2 PDF Error Report

Two PHP errors occurred trying to access a PDF file. The first error was a warning that the filesize function failed because it could not stat the file. The second error was that the readfile function failed because the specified file could not be opened as it was not found at the given path. Both errors occurred in the Pdftool controller.

Uploaded by

Bladimir Gomez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>
<p>Message: filesize(): stat failed for
/home/ukka.info/public_html/downloads/620c6ea1431873067b8b46da/al-dente-
2_compress.pdf</p>
<p>Filename: controllers/Pdftool.php</p>
<p>Line Number: 398</p>

<p>Backtrace:</p>

<p style="margin-left:10px">
File:
/home/ukka.info/public_html/application/controllers/Pdftool.php<br />
Line: 398<br />
Function: filesize </p>

<p style="margin-left:10px">
File: /home/ukka.info/public_html/index.php<br />
Line: 327<br />
Function: require_once </p>

</div>
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>
<p>Message:
readfile(/home/ukka.info/public_html/downloads/620c6ea1431873067b8b46da/al-dente-
2_compress.pdf): failed to open stream: No such file or directory</p>
<p>Filename: controllers/Pdftool.php</p>
<p>Line Number: 401</p>

<p>Backtrace:</p>
<p style="margin-left:10px">
File:
/home/ukka.info/public_html/application/controllers/Pdftool.php<br />
Line: 401<br />
Function: readfile </p>

<p style="margin-left:10px">
File: /home/ukka.info/public_html/index.php<br />
Line: 327<br />
Function: require_once </p>

</div>

You might also like