e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link

[Bug]: Some resource are not respecting the configured static URL. #5156

Closed CaMer0n closed 6 months ago

CaMer0n commented 6 months ago

What e107 version are you using?

Latest Github version (just updated)

Bug description

eg. favicons were still being called without that static url and logo as well when no dimensions were set.

How to reproduce

  1. Add define('e_HTTP_STATIC', 'https://static.mydomain.com/'); to e107_config.php
  2. Open browser 'Network' tab.
  3. Load page
  4. Check URL/Domain of logo and favicons.

Expected behavior

URLs should contain the value defined in e_HTTP_STATIC.

What browser(s) are you seeing the problem on?

Firefox

PHP Version

8.3