Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
22 views2 pages

Wendell Fleming Functions of Several Variables Compress

The document reports two PHP errors encountered in the Pdftool.php controller. The first error indicates a warning related to the filesize function failing due to a missing file. The second error warns that the readfile function cannot open the specified PDF file because it does not exist in the directory.

Uploaded by

Buddhadev Mandal
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 (0 votes)
22 views2 pages

Wendell Fleming Functions of Several Variables Compress

The document reports two PHP errors encountered in the Pdftool.php controller. The first error indicates a warning related to the filesize function failing due to a missing file. The second error warns that the readfile function cannot open the specified PDF file because it does not exist in the directory.

Uploaded by

Buddhadev Mandal
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
You are on page 1/ 2

<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/emapnet.com/public_html/downloads/66afa7dd421873df098b45b7/wendell-fleming-
functions-of-several-variables_compress.pdf</p>
<p>Filename: controllers/Pdftool.php</p>
<p>Line Number: 398</p>

<p>Backtrace:</p>

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

<p style="margin-left:10px">
File: /home/emapnet.com/public_html/index.php<br />
Line: 326<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/emapnet.com/public_html/downloads/66afa7dd421873df098b45b7/wendell-
fleming-functions-of-several-variables_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/emapnet.com/public_html/application/controllers/Pdftool.php<br />
Line: 401<br />
Function: readfile </p>

<p style="margin-left:10px">
File: /home/emapnet.com/public_html/index.php<br />
Line: 326<br />
Function: require_once </p>

</div>

You might also like