Page 1 of 1

Problem with creating new site and logging into it's admin

Posted: 03 Jan 2018, 09:34
by cecosd
Hi there,
I am having a problem:
1. I create new site usign the
- php artisan aimeos:setup site_name_here
The problem is when I add it I can not generate super/admin/editor for this specific site.
2. I have tried to manually set the new customer to be a super admin for example using the following DB table
- users -> here I modify the siteId
3. When I go to the address
- /admin/site_name_here/...
The error No access appears.

Question time:
1. How to create user to a specific site?
2. How to access this site with the user details?
3. How to self promote to other sites?
4. Is there a chance to display on front pages the products from all of the sites? My idea here is to make a multi-vendor eShop.

Thanks! 8-)

Re: Problem with creating new site and logging into it's adm

Posted: 04 Jan 2018, 10:22
by aimeos
cecosd wrote: 1. How to create user to a specific site?
You can add the site code to the Artisan command for "aimeos:account":

Code: Select all

./artisan help aimeos:account
cecosd wrote: 2. How to access this site with the user details?
What do you mean?
cecosd wrote: 3. How to self promote to other sites?
You always have to use "./artisan aimeos:account"
cecosd wrote: 4. Is there a chance to display on front pages the products from all of the sites? My idea here is to make a multi-vendor eShop.
You can disable the site check in the frontend configuration:
https://aimeos.org/docs/Configuration/C ... /sitecheck

Re: Problem with creating new site and logging into it's adm

Posted: 04 Jan 2018, 13:14
by cecosd
Thank you for the help!
cecosd wrote: 2. How to access this site with the user details?
It was a silly question. Don't think about it. :)