Page 1 of 1

Laravel 5.5 Aimeos e-commerce install issue in ubuntu

Posted: 05 Apr 2018, 11:16
by Geethu Mohan
I installed laravel 5.5 aimeos e-commerce and logged into admin side, but it is showing only a blank dashboard. There is no error message appearing. What could be the reason?. Can any one help me out of this issue. I am attaching the screenshot with this.

Re: Laravel 5.5 Aimeos e-commerce install issue in ubuntu

Posted: 05 Apr 2018, 17:10
by jdgocobachi
Hello Geethu,
I installed it yesterday on Ubuntu 16.04 and had no problems. Are you able to see the marketplace once you run artisan serve? If so, the url should look like this: http://127.0.0.1:8000/list , just replace list to admin: http://127.0.0.1:8000/admin
Enter your credentials and it should now show the admin panel.
I installed aimeos marketplace it using composer and after I set up the database as shown in this link: https://github.com/aimeos/aimeos

Regards,
Jorge

Re: Laravel 5.5 Aimeos e-commerce install issue in ubuntu

Posted: 06 Apr 2018, 04:33
by Geethu Mohan
Hello Jorge

Thanks for your reply. Front end is working fine but I am not getting the back end. Anyway I am going to install it again from start. I hope it will work this time. If not what may be the issue?.

Regards,
Geethu

Re: Laravel 5.5 Aimeos e-commerce install issue in ubuntu

Posted: 06 Apr 2018, 09:00
by aimeos
The admin interface should be available here: http://127.0.0.1:8000/admin

Re: Laravel 5.5 Aimeos e-commerce install issue in ubuntu

Posted: 18 Aug 2018, 10:29
by Amit
I have install aimeos, front end is working fine but back-end is not showing.
FRONT end url: http://127.0.0.1:8000/list Working fine but back end not working
Back end url: http://127.0.0.1:8000/admin this is redirect to http://127.0.0.1:8000/home and showing dashboard blank page.

Please help

Re: Laravel 5.5 Aimeos e-commerce install issue in ubuntu

Posted: 23 Aug 2018, 18:29
by aimeos
Please make sure you have installed at least Aimeos 2018.07.3 for Laravel. The versions before had a bug for non-superuser accounts that prevents showing the Aimeos admin interface.