Search found 8 matches

by Lyshatt
04 Jul 2022, 11:52
Forum: Laravel package
Topic: Custom page with products throws unrevocerable error
Replies: 3
Views: 835

Re: Custom page with products throws unrevocerable error

The error shown is Route [] not defined and then a long stack trace. I am not really shure how to solve this. It looks like it tries to use an empty array as the name of a route. Here is the complete error message: Route [] not defined. #0 C:\p\kaleshwar-portal\vendor\aimeos\ai-laravel\lib\custom\sr...
by Lyshatt
13 Jun 2022, 09:50
Forum: Laravel package
Topic: Custom page with products throws unrevocerable error
Replies: 3
Views: 835

Custom page with products throws unrevocerable error

I am using Laravel Framework Version 7.30.4 with php 7.4 and Aimeos 2021.10 on an Windows Environment. I am trying to create a custom page like so: 1. inside my routes/web.php I added this "start" route: Route::get('{locale}/start/{f_name}~{f_catid}', 'Aimeos\CatalogController@startAction'...
by Lyshatt
13 Jun 2022, 09:32
Forum: Laravel package
Topic: Switching language through url locale not working
Replies: 4
Views: 981

Re: Switching language through url locale not working

By reading the provided documentations and fixing the corresopnding parts of my project, I managed to resolve the issue. Thanks!
by Lyshatt
18 May 2022, 09:33
Forum: Laravel package
Topic: Switching language through url locale not working
Replies: 4
Views: 981

Re: Switching language through url locale not working

Okay I will update shortly. I doubt it causes the issue tho. I am using a custom larvel setup with Aimeos package added.
by Lyshatt
17 May 2022, 09:52
Forum: Laravel package
Topic: Switching language through url locale not working
Replies: 4
Views: 981

Switching language through url locale not working

I am using Laravel Framework Version 7.30.4 with php 7.4 and Aimeos 2021.07 on an Windows Environment. We already had an existing laravel project with locale functionality. There the locale always comes right after the domain, so a URL could look like this: example.com/en/some-page. To configure aim...
by Lyshatt
05 Nov 2021, 15:00
Forum: Help
Topic: Removing site-Parameter and ID from URL
Replies: 1
Views: 2070

Removing site-Parameter and ID from URL

I am using Laravel Framework Version 7.30.4 with php 7.4 and Aimeos 2021.07 on an Windows Environment. The URL from one of my articles looks like this: "https://my-shop/en/shop/my-article/0?site=default". Is it possible to remove the "site"-Parameter from the URL if I only have o...
by Lyshatt
24 Sep 2021, 09:37
Forum: Laravel package
Topic: Cannot access admin backend after aimeos package inclusion
Replies: 2
Views: 882

Re: Cannot access admin backend after aimeos package inclusion

I had already tried using the "artisan aimeos:account" command, but what I missed was defining the "admin" gate inside the AuthServiceProvider. It seems to work now after I defined it. Thank you!
by Lyshatt
23 Sep 2021, 10:03
Forum: Laravel package
Topic: Cannot access admin backend after aimeos package inclusion
Replies: 2
Views: 882

Cannot access admin backend after aimeos package inclusion

Hello, I am using Laravel Framework Version 7.30.4 with php 7.4 and Aimeos 2021.07 on an Windows Environment and have the following problem. I followed the instructions to include the aimeos package into an existing laravel project. I set up the aimeos example data and because our page uses localisa...