Frontend view: missing icons, not usable

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Frontend view: missing icons, not usable

Post by heural » 10 Jun 2022, 11:58

Hello,

please show the attached image

Win10, PHP7.4, Aimeos-Extension 22.4.3
Attachments
screenshot-localhost-2022.06.10-13_53_29.png
screenshot-localhost-2022.06.10-13_53_29.png (208.49 KiB) Viewed 3609 times

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Frontend view: missing icons, not usable

Post by aimeos » 10 Jun 2022, 12:18

Open the browser console and check for errors
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Re: Frontend view: missing icons, not usable

Post by heural » 13 Jun 2022, 06:26

There are no JS errors, 2 network errors:

Code: Select all

http://localhost/uploads/tx_aimeos/https://aimeos.org/media/default/product_04_A-low.jpg
http://localhost/uploads/tx_aimeos/https://aimeos.org/media/default/product_05_A-low.jpg
The installation is in a subdir:

Code: Select all

http://localhost/typo3/aimeos/public

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Frontend view: missing icons, not usable

Post by aimeos » 13 Jun 2022, 07:15

heural wrote: 13 Jun 2022, 06:26 The installation is in a subdir:

Code: Select all

http://localhost/typo3/aimeos/public
This usually causes problems and the ./public/ directory must be the document root ("/").
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Re: Frontend view: missing icons, not usable

Post by heural » 14 Jun 2022, 06:16

Ok, i´ve created a vhost aimeos.local but same effect.
Maybe i should try a fresh installation?

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Frontend view: missing icons, not usable

Post by aimeos » 14 Jun 2022, 07:21

Did you clear the caches?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Re: Frontend view: missing icons, not usable

Post by heural » 14 Jun 2022, 07:29

Yes, i did

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Frontend view: missing icons, not usable

Post by aimeos » 14 Jun 2022, 07:40

heural wrote: 13 Jun 2022, 06:26

Code: Select all

http://localhost/uploads/tx_aimeos/https://aimeos.org/media/default/product_04_A-low.jpg
http://localhost/uploads/tx_aimeos/https://aimeos.org/media/default/product_05_A-low.jpg
This is strange because the image URLs shouldn't be generated this way:
https://github.com/aimeos/aimeos-base/b ... hp#L53-L55

Another thing is that the icons are missing which looks like the FontAwesome URL is not included.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Re: Frontend view: missing icons, not usable

Post by heural » 14 Jun 2022, 11:17

I installed new with distribution from this manual https://github.com/aimeos/aimeos-typo3-dist#composer and it works ;-)
However, thx you for your fast answers!

heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Re: Frontend view: missing icons, not usable

Post by heural » 21 Jun 2022, 08:24

I have installed another instance of aimeos, with the Typo3-Extensions from TER (Framework "aimeos 22.4.3" and Distribution "aimeos_dist 22.4.1") and the bootstrap-icons are missing again.

As I described above, that worked with my previous installation with composer (https://github.com/aimeos/aimeos-typo3#installation), so compared the typoscript in template beetween the installations:
From TER-Install, there are missing lines:

Code: Select all

4: page.includeCSSLibs.aimeos = EXT:aimeos/Resources/Public/Themes/default/aimeos.css
5: page.includeCSSLibs.aimeos-typo3 = EXT:aimeos/Resources/Public/Themes/default/typo3.css
6: page.includeJSFooterlibs.aimeos = EXT:aimeos/Resources/Public/Themes/default/aimeos.js

Post Reply