PyroCMS没有在页面上显示一些图像

时间:2018-02-12 03:35:21

标签: php image codeigniter pyrocms

Pyrocms在服务器上恢复备份后停止显示图像。

现在有些图像没有显示,当您在浏览器中复制粘贴图像的URL以检查图像是否存在时,它会在浏览器中显示以下消息,而不是图像或404错误。

The Image "https://www.xxxx.com/files/large/slide1.jpg" cannot be displayed because it contains errors

大多数图像都会出现这种情况,但会显示一些图像。

当我使用萤火虫检查它时,我可以看到以下

<html>
   <head>
      <meta name="viewport" content="width=device-width; height=device-height;">
      <link rel="stylesheet" href="resource://content-accessible/ImageDocument.css">
      <link rel="stylesheet" href="resource://content-accessible/TopLevelImageDocument.css">
      <link rel="stylesheet" href="chrome://global/skin/media/TopLevelImageDocument.css">
      <title>slide1.jpg (JPEG Image)</title>
   </head>
   <body cz-shortcut-listen="true"><img src="https://www.xxxx.com/files/large/slide1.jpg" alt="The image “https://www.xxxx.com/files/large/slide1.jpg” cannot be displayed because it contains errors."></body>
</html>

不确定为什么会发生这种情况,因为供应商指向服务器配置,而它与网站工作的服务器相同,但在从备份恢复整个网站后,一些图像停止显示。

0 个答案:

没有答案