Aimeos installation from composer works but stop executing before database setup

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
octorber123
Posts: 15
Joined: 14 Jul 2020, 10:59

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

Post by octorber123 » 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?

octorber123
Posts: 15
Joined: 14 Jul 2020, 10:59

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

Post by octorber123 » 22 Jul 2020, 11:47

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

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

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

Post by aimeos » 22 Jul 2020, 12:08

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

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

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

Post by aimeos » 22 Jul 2020, 12:08

octorber123 wrote: 22 Jul 2020, 11:47 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 release is tagged.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

octorber123
Posts: 15
Joined: 14 Jul 2020, 10:59

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

Post by octorber123 » 22 Jul 2020, 12:49

here is the users table
12341234.jpg
12341234.jpg (26.54 KiB) Viewed 2241 times



This is the first page i see when i log in as an admin, also why is the area highlighted empty?
444444.jpg
444444.jpg (63.81 KiB) Viewed 2241 times


this is the front page (again you can see that area is empty
23423423423432.jpg
23423423423432.jpg (78.17 KiB) Viewed 2241 times

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

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

Post by aimeos » 22 Jul 2020, 12:58

Everything seems to be OK. To go to the admin backend, you have to explicitely use the /admin URL in your browser. If you use the Laravel login link, you will only get redirected to the profile page because admins are also regular users.

The empty area right of the small basket symbol is due to sliding in the small basket content.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

octorber123
Posts: 15
Joined: 14 Jul 2020, 10:59

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

Post by octorber123 » 22 Jul 2020, 13:07

Thanks a lot for your help

Post Reply