Aimeos Logo in Dashboard

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
webmaster
Posts: 16
Joined: 10 Feb 2024, 11:08

Aimeos Logo in Dashboard

Post by webmaster » 10 Feb 2024, 11:25

Hello i am new here and i have discover this ecommerce this week and i want to start to work with that .
First thing i want to change the logo in dashboard, but i can change it i only ended up changing logo in website.
My php version is : 7.4.3
Aimeos is the myshop version that i have installed using composer : php composer create-project aimeos/aimeos myshop
Last edited by webmaster on 10 Feb 2024, 12:54, edited 1 time in total.

Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Re: Dashboard

Post by Gagik » 10 Feb 2024, 12:23

Hi.

Do you mean 'Aimeos' logo in top left in the admin panel ?

webmaster
Posts: 16
Joined: 10 Feb 2024, 11:08

Re: Dashboard

Post by webmaster » 10 Feb 2024, 12:28

yes that logo ,

Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Re: Aimeos Logo in Dashboard

Post by Gagik » 10 Feb 2024, 14:01

Please overwrite this file into your extension.

https://github.com/aimeos/ai-admin-jqad ... L135-#L137

webmaster
Posts: 16
Joined: 10 Feb 2024, 11:08

Re: Aimeos Logo in Dashboard

Post by webmaster » 13 Feb 2024, 11:53

can you please tell me the right path to it, because in :vendor\aimeos\ai-admin-jqadm\admin\jqadm\templates
i can't find page.php

Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Re: Aimeos Logo in Dashboard

Post by Gagik » 13 Feb 2024, 14:39

The right way is:

vendor\aimeos\ai-admin-jqadm\templates\admin\jqadm\page.php.

But you have to overwrite this file into your extension directory like that:
packages/EXTENSION_NAME/templates/admin/jqadm

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

Re: Aimeos Logo in Dashboard

Post by aimeos » 14 Feb 2024, 08:23

webmaster wrote: 10 Feb 2024, 11:25 My php version is : 7.4.3
You say, you have PHP 7.4 but only old versions of Aimeos are available for that unsupported PHP version.
Please upgrade to 8.1/8.2/8.3 first and install the current Aimeos version afterwards.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webmaster
Posts: 16
Joined: 10 Feb 2024, 11:08

Re: Aimeos Logo in Dashboard

Post by webmaster » 14 Feb 2024, 12:43

ok thank you i was having trouble finding some folders

webmaster
Posts: 16
Joined: 10 Feb 2024, 11:08

Re: Aimeos Logo in Dashboard

Post by webmaster » 14 Feb 2024, 14:24

i have installed php 8.2.12 now i have some sql errors like : Syntax error or access violation: 1176 Key 'unq_msindca_p_s_cid_lt_po' doesn't exist in table 'mindca,
before that i have error that says : Base table or view not found: 1146 Table 'aimeos.mshop_index_catalog' doesn't exist: SELECT mpro."id" , MIN(mindca."pos") AS "s0", MIN(mpro."id") AS "s1" FROM "mshop_product" mpro LEFT JOIN "mshop_index_catalog" AS mindca USE INDEX ("idx_msindca_s_ca_lt_po", "unq_msindca_p_s_cid_lt_po") ON mindca."prodid" = mpro."id" WHERE

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

Re: Aimeos Logo in Dashboard

Post by aimeos » 15 Feb 2024, 08:36

Seems like there has been a dependency problem introduced in the setup tasks for 2023.10.x LTS recently. Can you please install Aimeos from scratch?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply