添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Announcement icon Support for Drupal 7 is ending on 5 January 2025—it’s time to migrate to Drupal 10! Learn about the many benefits of Drupal 10 and find migration tools in our resource center.
Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2023 at 10:45 UTC
Updated:
7 Oct 2023 at 14:54 UTC

Problem/Motivation

When using a static image as the feed thumbnail the following error will be logged:

Warning: filesize(): stat failed for https://example.com/path/to/mylogo.png in Drupal\Core\Image\Image->__construct() (line 54 of core/lib/Drupal/Core/Image/Image.php)

This happens on every request, so it ends up filling the error logs.

Steps to reproduce

Use a static image as the feed thumbnail.
Load the feed.

Proposed resolution

Fix the bug.

Remaining tasks

Fix the bug.
Add test coverage.

User interface changes

API changes

Data model changes

CommentFileSizeAuthor #10 views_rss-n3383734-10.patch 3.12 KB DamienMcKenna #10 views_rss-n3383734-10.tests-only.patch 1.84 KB DamienMcKenna #8 views_rss-n3203306-8.patch 1.28 KB DamienMcKenna #7 views_rss-n3383734-7.patch 354 bytes DamienMcKenna Status: Active » Closed (duplicate) Parent issue: » #3386146: Warning: filesize(): stat failed when file is not available on the filesystem