question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Locale item for site "default" not found

See original GitHub issue

After i install the aimeos project in a shared host, I get this error Locale item for site “default” not found

what i do to solve the problem : 1/ chnage the SHOP_MULTILOCALE to true -> not solve the problem 2/ php artisan aimeos:setup --option=setup/default/demo:1 -> not solve the problem 3/ check the sort_buffer_size Iit’s 2M

to get more information about the bug you can visit the domain name

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
aimeoscommented, Nov 17, 2021
  • add a record to the mshop_locale table or
  • delete all records in mshop_locale table and run php artisan aimeos:setup --option=setup/default/demo:1 again

Most likely, the problem is that you have a locale entry in you mshop_locale table that doesn’t fit to your locale setting in ./config/app.php

0reactions
aimeoscommented, Nov 17, 2021

Installing Laravel/Aimeos in your document root is not supported. The document root of your web server must point to the ./public/ directory

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error /list data: Locale item for site "default" not found - Aimeos
You get this error if the locale site entry is disabled. To enable it, go to the admin interface (expert mode) and change...
Read more >
Locale item for site "default" not found #100 - GitHub
My Os is ubuntu 14.04 and php 7.0 i am trying to access frontend with http://localhost:8000/index.php/list.
Read more >
laravel - Aimeos \ MShop \ Locale \ Exception PHP 8.1.10 9.34 ...
i am creating laravel aimeos shops. when i trying to creating locale ans opean to sites showing this error please help me. i...
Read more >
Configure the default locale for a site - Oracle Help Center
You can configure the site to display in the site's default language, even if it is not the browser's preferred language.
Read more >
Locale::get() - Code Metrics - aimeos/aimeos-laravel
The method bootstrap() does not exist on Aimeos\MShop\Common\Manager\Iface . It seems like you code against a sub-type of said class.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found