Solved Update page LOGO broken

  • Thread starter Thread starter El Porcharo
  • Start date Start date
This topic has been solved
E

El Porcharo

Guest
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:

Code:
<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).

Continue reading...