Search found 6 matches

by JoseBibiloni
15 May 2020, 23:26
Forum: Laravel package
Topic: Can't delete multiple products from admin
Replies: 6
Views: 1935

Re: Can't delete multiple products from admin

aimeos wrote: 14 May 2020, 17:43 That workaround works: https://github.com/aimeos/ai-admin-jqad ... 5c55590b28
Use

Code: Select all

composer req aimeos/ai-admin-jqadm:2020.04.x-dev
until the new version is tagged.
worked perfectly thank you!
by JoseBibiloni
13 May 2020, 18:17
Forum: Laravel package
Topic: Can't delete multiple products from admin
Replies: 6
Views: 1935

Re: Can't delete multiple products from admin

Possible workaround could be to add an empty "id" parameter here if it doesn't exist: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/templates/product/list-standard.php#L515-L516 Do you mean something like $searchParams['id'] = ''; ? I added that but the problem persists...
by JoseBibiloni
29 Apr 2020, 03:51
Forum: Laravel package
Topic: Can't delete multiple products from admin
Replies: 6
Views: 1935

Re: Can't delete multiple products from admin

aimeos wrote: 25 Apr 2020, 08:01 Laravel 5.x has a routing bug assigning any parameter to an optional route parameter. If you can, upgrade to Laravel 6
Would love to but there are limitations I can't control that makes me stay in 5.x Is there another workaround I could do? Anything I should search for specifically?
by JoseBibiloni
24 Apr 2020, 03:50
Forum: Laravel package
Topic: Can't delete multiple products from admin
Replies: 6
Views: 1935

Can't delete multiple products from admin

When trying to delete multiple products using the checkboxes and then the x at the top of the checkboxes I get a confirmation asking if I want to delete the items selected and lists them but once you confirm I get the following error: "Class "\Aimeos\Admin\JQAdm\Product\En\Factory" no...
by JoseBibiloni
07 Apr 2020, 22:34
Forum: Laravel package
Topic: Error setting up shop
Replies: 3
Views: 3451

Re: Error setting up shop

Maybe an error occured before and it should be written into the madmin_log table (which doesn't exist yet). Can you change that method to "getPostDependencies" and run "./artisan aimeos:setup" afterwards: https://github.com/aimeos/aimeos-core/blob/2019.10/lib/mshoplib/setup/Tabl...
by JoseBibiloni
06 Apr 2020, 17:45
Forum: TYPO3 extension
Topic: Routing fails on Apache Webserver
Replies: 2
Views: 1492

Re: Routing fails on Apache Webserver

Was this solved? Is there an example solution for this issue? I have problems with the WAF in my case blocking the slashes.