0% found this document useful (0 votes)
30 views

Iubat-Bulletin Compress

Two PHP errors occurred trying to access a PDF file. The first error was unable to get the file size using filesize() as the stat failed on the file path. The second error occurred with readfile(), which failed to open the stream as the file or directory was not found at the given path. Both errors reference trying to access a PDF called "iubat-bulletin_compress.pdf" located at "/downloads/5f6de8e642187343408b4572/".

Uploaded by

Alamin akon
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)
30 views

Iubat-Bulletin Compress

Two PHP errors occurred trying to access a PDF file. The first error was unable to get the file size using filesize() as the stat failed on the file path. The second error occurred with readfile(), which failed to open the stream as the file or directory was not found at the given path. Both errors reference trying to access a PDF called "iubat-bulletin_compress.pdf" located at "/downloads/5f6de8e642187343408b4572/".

Uploaded by

Alamin akon
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/suxy.info/public_html/downloads/5f6de8e642187343408b4572/iubat-
bulletin_compress.pdf</p>
<p>Filename: controllers/Pdftool.php</p>
<p>Line Number: 398</p>

<p>Backtrace:</p>

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

<p style="margin-left:10px">
File: /home/suxy.info/public_html/index.php<br />
Line: 321<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/suxy.info/public_html/downloads/5f6de8e642187343408b4572/iubat-
bulletin_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/suxy.info/public_html/application/controllers/Pdftool.php<br />
Line: 401<br />
Function: readfile </p>

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

</div>

You might also like