Search found 13 matches

by Justus
11 Jan 2023, 18:54
Forum: Laravel package
Topic: Laravel user schema update
Replies: 4
Views: 1216

Laravel user schema update

I'm trying to modify the user schema and change the existing column but when I run the command "php artisan aimeos:setup" I get the message: Using schema from customer.php There is no table with name 'users' in the schema Has anyone had the same issue or can suggest what's wrong? Here is m...
by Justus
20 Oct 2022, 11:53
Forum: Help
Topic: The aggregation limit does not work if more than 10000 is set in the configs
Replies: 1
Views: 674

The aggregation limit does not work if more than 10000 is set in the configs

I found some config issues, https://aimeos.org/docs/latest/config/mshop/common-manager/#aggregate when I set a limit greater than 10000 for "mshop/common/manager/aggregate/limit" config it doesn't work due to checking the minimum value here https://github.com/aimeos/aimeos-core/blob/2022.1...
by Justus
02 Aug 2022, 19:33
Forum: Laravel package
Topic: Font Awesome icons in the admin panel are not displayed
Replies: 1
Views: 541

Font Awesome icons in the admin panel are not displayed

I have Aimeos Laravel 2021.10.5 installed and I noticed that the icons in the admin panel are no longer displayed, although no changes were made to the code and font awesome css is included and available. Clearing cache doesn't help, same issue on your demo site. screenshot-1256.jpg Is it somehow re...