Search found 15 matches

by schoelli
16 Nov 2017, 15:23
Forum: Laravel package
Topic: All shop related tables in own database except users table
Replies: 5
Views: 2731

Re: All shop related tables in own database except users tab

Thanks, setting up the db-customer configuration and ./artisan aimeos:setup worked. It also keeps my existing product tables untouched. One thing I noticed is that the mshop_customer* tables are also created in my project database. When I deleted the mshop_customer_group table, aimeos crashed. So th...
by schoelli
14 Nov 2017, 11:51
Forum: Laravel package
Topic: All shop related tables in own database except users table
Replies: 5
Views: 2731

Re: All shop related tables in own database except users tab

Okay, thanks! How can I migrate the existing shop to the new configuration? Simply rerun php artisan aimeos:setup? Or do I have to copy some tables from the aimeos database to the Laravel project database? Or do I have to setup the shop from scratch? And are the mshop_customer_* tables also part in ...
by schoelli
10 Nov 2017, 11:29
Forum: Laravel package
Topic: All shop related tables in own database except users table
Replies: 5
Views: 2731

All shop related tables in own database except users table

I have installed Aimeos 2017.10 in my existing Laravel 5.4 project. I want to have all shop tables in an "aimeos" database, just the users table should be taken from my existing Laravel project. How can I setup this configuration?
by schoelli
03 Nov 2017, 13:48
Forum: Laravel package
Topic: Admin Page returns Exception
Replies: 2
Views: 1297

Re: Admin Page returns Exception

That was it! Thank you!
by schoelli
25 Oct 2017, 17:27
Forum: Laravel package
Topic: Admin Page returns Exception
Replies: 2
Views: 1297

Admin Page returns Exception

I have installed Aimeos 2017.10 in my existing Laravel 5.4 project. The shop page loads successfully, but when I try to open the admin page there is the following exception: (1/1) Exception Item with ID "" in "locale.site.id" not found in Base.php (line 616) at Base->getItemBase(...