Duplicate Update page LOGO broken

El Porcharo

Well-known member
Licensed customer
Affected version
2.2.17
I don't know if it's only me or not, but I see that in the upgrade page the XenForo logo src is broken.

1767436920991.webp


PHP:
<div class="p-header-logo p-header-logo--image">
    <img src="../styles/default/xenforo/xenforo-logo.svg" width="100" height="36" alt="XenForo Ltd.">
</div>


I'm updating from 2.2.17 to 2.3.7 and this is happening in the upgrade_run template (and for the whole update process).
 
The screenshot shows 2.3.0 beta 6. Is that the 2.3.7 installer showing that?
 
I've been seeing this one for the past few XenForo releases over the past 2-3 years on Firefox, but haven't dug any deeper to see if maybe it's a conflict with our web server security rules/filters, CSP policies or cache (browser vs forum) that stops it from loading. This is mainly because it only pops up during updates and I tend to adopt the "wait and pray" approach with those - meaning don't touch anything until it's finished, hehe.

The SVG itself loads fine directly.
 
Back
Top Bottom