严重性:警告 - > fopen(./ upload /< table cellspacing =“0”

时间:2017-02-27 07:12:51

标签: php codeigniter filenames

我在我的应用程序中使用文件读取功能。

有时我在打开和关闭文件时遇到异常,因为在文件名中我得到的是HTML字符串,我需要做些什么来保护应用程序或识别这个不正确的名字?

这是完整的堆栈错误。

  

错误 - 2017-02-27 06:28:21 - >严重性:警告 - >的fopen(./上传/

<table cellspacing="0" cellpadding="0" width="100%">
  <tbody>
  <tr>
    <td class="titleBorderx" width="30">
      <table height="25" cellspacing="2" cellpadding="0" width="25" bgcolor="black">
        <tbody>
        <tr>
          <td id="L_default_x" class="x" valign="middle" align="center">X</td>
        </tr>
        </tbody>
      </table>
    </td>
    <td class="titleBorder" id="L_default_2">Network Access Message:<span class="TitleDescription"> The page cannot be displayed</span> </td>
  </tr>
  </tbody>
</table>

<table id="spacer">
  <tbody>
  <tr>
    <td height="10"></td></tr></tbody></table>
<table width="400">
  <tbody>
  <tr>
    <td nowrap="" width="25"></td>
    <td width="400"><span class="explain"><id id="L_default_3"><b>Explanation:</b></id></span><id id="L_default_4"> There is a problem with the page you are trying to reach and it cannot be displayed. </id><br><br>
    <b><span class="tryThings"><id id="L_default_5"><b>Try the following:</b></id></span></b> 
      <ul class="TryList">
        <li id="L_default_6"><b>Refresh page:</b> Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
</li><li id="L_default_7"><b>Check spelling:</b> Check that you typed the Web page address correctly. The address may have been mistyped.
</li><li id="L_default_8"><b>Access from a link:</b> If there is a link to the page you are looking for, try accessing the page from that link.

      </li></ul>
<id id="L_default_9">If you are still not able to view the requested page, try contacting your administrator or Helpdesk.</id> <br><br>
    </td>
  </tr>
  </tbody>
</table>

<table id="spacer"><tbody><tr><td height="15"></td></tr></tbody></table>

<table width="400">
  <tbody>
  <tr>
    <td nowrap="" width="25"></td>
    <td width="400" id="L_default_10"><b>Technical Information (for support personnel)</b> 
      <ul class="adminList">
        <li id="L_default_11">Error Code: 502 Proxy Error. The request was rejected by the HTTP filter. Contact your Forefront TMG administrator. (12217)
</li><li id="L_default_12">IP Address: 10.40.0.20
</li><li id="L_default_13">Date: 2/27/2017 6:28:21 AM [GMT]
</li><li id="L_default_14">Server: SYS2019.netsolpk.com
</li><li id="L_default_15">Source: web filter

      </li></ul>
    </td>
  </tr>
  </tbody>
</table>
  

):无法打开流:文件名太长/srv/users/serverpilot/apps/php/public/application/controllers/Readfile.php 159

1 个答案:

答案 0 :(得分:0)

您的fopen函数中包含太长的字符串。我也认为这不可能有效。您正在./upload/中查找名称为

的文件

&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot ...

名称太长且无效。我认为你将变量传递给fopen函数,变量的内容不正确。