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

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
cecosd
Posts: 10
Joined: 03 Jan 2018, 09:24

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

Post by cecosd » 03 Jan 2018, 09:34

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-)

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 04 Jan 2018, 10:22

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cecosd
Posts: 10
Joined: 03 Jan 2018, 09:24

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

Post by cecosd » 04 Jan 2018, 13:14

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. :)

Post Reply