Problems installing & Running Aimeos locally

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!
granola
Posts: 2
Joined: 04 Sep 2018, 05:57

Problems installing & Running Aimeos locally

Post by granola » 04 Sep 2018, 06:14

Hello

Am a Laravel Noob so apologies in advance! :-)

Just installed from https://packagist.org/packages/aimeos/aimeos

Followed the Readme.

Created a mysql db called "granola".

Served the site on 8080 as have other project running on 8000.

Got the following error message, when i try and view the project on: http://127.0.0.1:8080/list

An exception occurred while executing ' SELECT mlocsi."id" AS "locale.site.id", mlocsi."code" AS "locale.site.code", mlocsi."label" AS "locale.site.label", mlocsi."config" AS "locale.site.config", mlocsi."status" AS "locale.site.status", mlocsi."editor" AS "locale.site.editor", mlocsi."mtime" AS "locale.site.mtime", mlocsi."ctime" AS "locale.site.ctime" FROM "mshop_locale_site" AS mlocsi WHERE mlocsi."level" = 0 AND mlocsi."code" = 'default' GROUP BY mlocsi."id", mlocsi."code", mlocsi."label", mlocsi."config", mlocsi."status", mlocsi."editor", mlocsi."mtime", mlocsi."ctime" ORDER BY mlocsi."id" ASC LIMIT 100 OFFSET 0 ': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'granola.mshop_locale_site' doesn't exist

Thanks :-)

granola
Posts: 2
Joined: 04 Sep 2018, 05:57

Re: Problems installing & Running Aimeos locally

Post by granola » 05 Sep 2018, 03:33

OK, have somehow managed to get it working myself (not through any skill). The instructions in the reaad.me are not very clear for a noob. Would it be possible to revisit them with a novices eye and add in basic instructions/details that experienced users assume everybody knows. Tks :)

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

Re: Problems installing & Running Aimeos locally

Post by aimeos » 05 Sep 2018, 09:40

There's not much you can do wrong besides using wrong database credentials
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Problems installing & Running Aimeos locally

Post by aimeos » 05 Sep 2018, 09:43

Can you post the complete output when running

Code: Select all

composer create-project aimeos/aimeos myshop
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply