Error /list data: Locale item for site "default" not found

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!
hernandezfo
Posts: 1
Joined: 30 Sep 2016, 22:51

Error /list data: Locale item for site "default" not found

Post by hernandezfo » 30 Sep 2016, 23:15

Hi I just installer aimeos using laravel 5.2, but when I try to browse the catalog list page:
http://127.0.0.1:8000/index.php/list

I am getting this error:
Exception in Standard.php line 518:
Locale item for site "default" not found

Any ideas?
Thanks in advance

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

Re: Error /list data: Locale item for site "default" not fo

Post by aimeos » 02 Oct 2016, 15:18

Your database doesn't contain some records for an unknown reason. You can execute

Code: Select all

./artisan aimeos:setup --option=setup/default/demo:1
again to add the missing entries.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Error /list data: Locale item for site "default" not fo

Post by aimeos » 03 Oct 2016, 09:11

You get this error if the locale site entry is disabled. To enable it, go to the admin interface (expert mode) and change the status to "available" in the Locale -> Site tab.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Austinjay
Posts: 1
Joined: 18 Oct 2016, 17:00

Re: Error /list data: Locale item for site "default" not fo

Post by Austinjay » 18 Oct 2016, 17:07

aimeos wrote:You get this error if the locale site entry is disabled. To enable it, go to the admin interface (expert mode) and change the status to "available" in the Locale -> Site tab.
Please how do i access the admin interface or the expert mode in order to chabge the status

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

Re: Error /list data: Locale item for site "default" not fo

Post by aimeos » 19 Oct 2016, 13:55

You need an admin account you can create with

Code: Select all

php ./artisan aimeos:account --admin <email>
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply