Page 1 of 1

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

Posted: 30 Sep 2016, 23:15
by hernandezfo
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

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

Posted: 02 Oct 2016, 15:18
by aimeos
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.

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

Posted: 03 Oct 2016, 09:11
by aimeos
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.

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

Posted: 18 Oct 2016, 17:07
by Austinjay
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

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

Posted: 19 Oct 2016, 13:55
by aimeos
You need an admin account you can create with

Code: Select all

php ./artisan aimeos:account --admin <email>