giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
219 stars 77 forks source link

Icons missing #601

Closed hruettimann closed 7 months ago

hruettimann commented 10 months ago

Description

Some of the icons in the Bootstrap3 theme are not displayed in the browser.

Steps to reproduce

  1. Download and install Bootstrap3 for our DokuWiki install (on our hosted web server)
  2. Select the Bootstrap3 theme in DokuWiki

Expected behavior: Bootstrap icons expected to be displayed.

Actual behavior: Bootstrap icons not being displayed.

Versions

Screenshots or Logs

Screenshot Missing Editing Icons:

bootstrap3_missing-icons_editing

Screenshot Search Field and User Tools:

bootstrap3_missing-icons_search-and-tools

DokuWiki Logs:

2023-11-16 12:51:43 E_WARNING: Trying to access array offset on value of type null /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(90)

0 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(90): dokuwiki\ErrorHandler::errorHandler()

1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/PropertyDeprecationHelper.php(83): dokuwiki\Debug\DebugHelper::dbgDeprecatedProperty()

2 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/lib/tpl/bootstrap3/iconify.php(82): dokuwiki\Cache\Cache->__set()

3 {main}

2023-11-16 12:52:01 E_WARNING: Undefined array key 1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(52)

0 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(52): dokuwiki\ErrorHandler::errorHandler()

1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/cache.php(15): dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction()

2 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/lib/tpl/bootstrap3/iconify.php(81): cache->__construct()

3 {main}

2023-11-16 12:52:01 E_WARNING: Trying to access array offset on value of type null /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(66)

0 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(66): dokuwiki\ErrorHandler::errorHandler()

1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/cache.php(15): dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction()

2 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/lib/tpl/bootstrap3/iconify.php(81): cache->__construct()

3 {main}

2023-11-16 12:52:01 E_WARNING: Undefined array key 1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(89)

0 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(89): dokuwiki\ErrorHandler::errorHandler()

1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/PropertyDeprecationHelper.php(83): dokuwiki\Debug\DebugHelper::dbgDeprecatedProperty()

2 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/lib/tpl/bootstrap3/iconify.php(82): dokuwiki\Cache\Cache->__set()

3 {main}

2023-11-16 12:52:01 E_WARNING: Trying to access array offset on value of type null /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(90)

0 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(90): dokuwiki\ErrorHandler::errorHandler()

1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/PropertyDeprecationHelper.php(83): dokuwiki\Debug\DebugHelper::dbgDeprecatedProperty()

2 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/lib/tpl/bootstrap3/iconify.php(82): dokuwiki\Cache\Cache->__set()

3 {main}

2023-11-16 12:52:01 E_WARNING: Trying to access array offset on value of type null /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(90)

0 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/DebugHelper.php(90): dokuwiki\ErrorHandler::errorHandler()

1 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/inc/Debug/PropertyDeprecationHelper.php(83): dokuwiki\Debug\DebugHelper::dbgDeprecatedProperty()

2 /srv/www/vhosts/our-domain-name/subdomains/wiki/httpdocs/lib/tpl/bootstrap3/iconify.php(82): dokuwiki\Cache\Cache->__set()

3 {main}

hruettimann commented 9 months ago

I would like to investigate the issue further. Going by the logs, it might be connected to the caching system. What is the best way to approach this and find out why images from the Bootstrap3 theme are not properly cached and displayed?

akhzz905 commented 9 months ago

Refer to #597

hruettimann commented 9 months ago

Refer to #597

Thank you! This helped me resolve the issue, the icons now show up again!