Search found 7865 matches

by aimeos
22 Jul 2020, 12:08
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8096

Re: Aimeos installation from composer works but stop executing before database setup

i have tried the new composer create-project aimeos/aimeos:2019.10.x-dev myshop and the setup works perfectly. However there is a confusing question: Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]? like I don't know what the means I think, that will go away when the new releas...
by aimeos
22 Jul 2020, 12:08
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8096

Re: Aimeos installation from composer works but stop executing before database setup

octorber123 wrote: 22 Jul 2020, 11:44 only one problem tho, I set up the admin account during setup, however when I log in i can't access the backend, it seems that it is treating me like a customer, how can I fix that?
Can you post the record from the users table?
by aimeos
22 Jul 2020, 11:41
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8096

Re: Aimeos installation from composer works but stop executing before database setup

Great! We've changed that in the Laravel migration file too, so the tables will be created using the InnoDB engine regardless of the MySQL server settings. Can you try again using: composer create-project aimeos/aimeos:2019.10.x-dev myshop We've fixed the id() problem so we want to release a new ver...
by aimeos
22 Jul 2020, 08:18
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3274

Re: Second Site: Access rights for BE users

Sorry, mistyped: It must be "site" not "liste"
by aimeos
22 Jul 2020, 07:41
Forum: TYPO3 extension
Topic: How to set a default billing address
Replies: 2
Views: 1283

Re: How to set a default billing address

There's no good reason to duplicate the billing address and add it again as delivery address because the Aimeos code already uses the billing address if no delivery address has been added to the order. If you want to add the first delivery address of the customer to the order automatically, you can ...
by aimeos
22 Jul 2020, 07:37
Forum: Laravel package
Topic: Relate attribute to catalog
Replies: 8
Views: 5746

Re: Relate attribute to catalog

Use the code in the product characteristics panel as reference for saving the attribute references:
https://github.com/aimeos/ai-admin-jqad ... acteristic
by aimeos
22 Jul 2020, 07:35
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3274

Re: Second Site: Access rights for BE users

The site switcher isn't displayed for admins and editors, only for super admins. There may be a chance if you enable displaying the page tree when the Aimeos admin backend is active (in the TYPO3 "Settings" -> aimeos -> backend) and configuring different site codes depending on the page tr...
by aimeos
22 Jul 2020, 07:30
Forum: Laravel package
Topic: A basic question about extension site difference and stock management
Replies: 7
Views: 147586

Re: A basic question about extension site difference and stock management

We have 3 different location physical warehouses. We are planning to control those warehouses by having a 3rd part warehouse management application. The main idea to have an online fulfillment. We asked this question to understand how to integrate those warehouses to Aimeos to provide online and co...
by aimeos
21 Jul 2020, 13:28
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8096

Re: Aimeos installation from composer works but stop executing before database setup

We need the full output of show create table users but I guess your MySQL server uses the MyISAM table engine by default for some reasons. Can you please try again: composer create-project aimeos/aimeos:2019.10.x-dev myshop We've updated the migration file to enfore InnoDB engine for the users table...
by aimeos
21 Jul 2020, 12:12
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8096

Re: Aimeos installation from composer works but stop executing before database setup

If the setup doesn't run flawlessly, the application won't run at all.
Can you please post the output of

Code: Select all

show create table users;
from the mysql console?