Search found 41 matches

by alababdiy
26 Sep 2023, 17:39
Forum: Help
Topic: [SOLVED] Cannot overwrite some template/view
Replies: 3
Views: 12088

Re: Cannot overwrite some template/view

[SOLVED] Thanks for your reply. It works! I wrote a positive review for your team on Trustpilot 🔥⭐️⭐️⭐️⭐️⭐️!
by alababdiy
26 Sep 2023, 16:18
Forum: Help
Topic: [SOLVED] Cannot overwrite some template/view
Replies: 3
Views: 12088

[SOLVED] Cannot overwrite some template/view

I am trying to overwrite the vendor/aimeos/aimeos-laravel/views/jqadm/index.blade.php template with my own custom template in my extension theme ( packages/<my-ext>/views/jqadm/index.blade.php ). However, the original template is still being rendered, even after I have successfully installed my exte...
by alababdiy
21 Sep 2023, 14:09
Forum: Help
Topic: No item found for conditions: Array ( [locale.site.code] => shop )
Replies: 1
Views: 15548

No item found for conditions: Array ( [locale.site.code] => shop )

when i try to visit {site_domain}/shop i get this error : [2023-09-21 14:02:48] local.ERROR: No item found for conditions: Array ( [locale.site.code] => shop ) {"exception":"[object] (Aimeos\\MShop\\Exception(code: 404): No item found for conditions: Array ( [locale.site.code] => shop...
by alababdiy
21 Sep 2023, 08:16
Forum: Help
Topic: No item found for conditions: Array
Replies: 1
Views: 13867

No item found for conditions: Array

I added a new page, /test, via the CMS, but when I visit it, I get the error 503 "No item found for conditions: Array." Additionally, the / URL of the store is referred to an empty page (with only a menu and footer) and ignores my existing page, which I updated through the CMS. Site CMS : ...
by alababdiy
20 Sep 2023, 14:57
Forum: Help
Topic: 502 error response on new site ( Routing issue )
Replies: 3
Views: 17475

Re: 502 error response on new site ( Routing issue )

i solve it by add Locale record
by alababdiy
20 Sep 2023, 07:44
Forum: Help
Topic: 502 error response on new site ( Routing issue )
Replies: 3
Views: 17475

Re: 502 error response on new site ( Routing issue )

here the error when try to visit the new shop Note: the new shop code is 'nomos' https://iili.io/JJ2pJK7.th.png It is the same error showing because it cannot find the item (product) on the shop [2023-09-20 07:38:24] local.ERROR: Locale item for site "nomos" not found {"exception"...
by alababdiy
19 Sep 2023, 20:41
Forum: Help
Topic: 502 error response on new site ( Routing issue )
Replies: 3
Views: 17475

502 error response on new site ( Routing issue )

After successfully installing Aimeos/Aimeos and adding a new site, I am trying to open the new site, but I am getting a 502 error response. The default site is working, and I have verified that SHOP_MULTISHOP=true is set in .env.


environment: Linux,ubuntu
PHP version: 8.2
by alababdiy
17 Sep 2023, 14:35
Forum: Help
Topic: Aimeos SaaS Admin Panel for Managing and Adding Sites
Replies: 3
Views: 17416

Re: Aimeos SaaS Admin Panel for Managing and Adding Sites

is this work for Laravel installed

I found this in the official documents:

Code: Select all

php artisan aimeos:setup <site code> [<template site>]
I hope it never clones all site scripts (because they will be hard to maintain in the future)